Skip to content

Commit 500f1be

Browse files
committed
Fixed relative link
1 parent 7479a5f commit 500f1be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Properties:
5353
* To invoke a static method, `className` should be the canonical Java name of the class which holds the static method. `methodName` should be the name of the method to be invoked. `objectName` must be an empty string. (`""`)
5454
* To invoke a method on a static object, `className` should be the canonical Java name of the class defining the static object, `objectName` should be the name of the static object that defines the method, and `methodName` should be the method to invoke.
5555

56-
## [RPC Response](https://github.com/coolioasjulio/Java-RPC/blob/master/src/main/java/com/coolioasjulio/rpc/RPCResponse.java)
56+
## [RPC Response](src/main/java/com/coolioasjulio/rpc/RPCResponse.java)
5757
Properties:
5858
* **long id** - The id of the RPC response. This will be the same as it's corresponding RPC request.
5959
* **boolean isException** - If true, the RPC request failed with an exception. `value` will be a string representation of the exception thrown. If false, `value` will be the JSON-encoded result returned by constructor/method invocation.

0 commit comments

Comments
 (0)