Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
* made changes accordingly to the constructor changes in restentity
Browse files Browse the repository at this point in the history
  • Loading branch information
Klemens Burchardi committed Sep 15, 2011
1 parent 3a0d374 commit 663c35e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public RequestResult delete(String path) {
}

@Override
public RequestResult post(String path, Object data) {
public RequestResult post(String path, Object data) {
return this.record(Methods.POST, path, data);
}

Expand Down

0 comments on commit 663c35e

Please sign in to comment.