Skip to content

Commit

Permalink
Add jar file and cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Nurdin Tuhadiansyah committed Oct 28, 2014
1 parent 1560cfa commit 544f3e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icenet/src/main/java/labs/anton/icenet/NetworkManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public void execute(String requestTag, RequestCallback callback) {
case JSONOBJECT:
if (method == Request.Method.POST)
if (bodyRequest == null)
throw new IllegalArgumentException("body request url must not be null.");
throw new IllegalArgumentException("body request must not be null.");

fromJsonObject(headers, bodyRequest, requestTag, callback);
break;
Expand Down
Binary file added jar/IceNet.jar
Binary file not shown.

0 comments on commit 544f3e7

Please sign in to comment.