diff --git a/graphenej/src/main/java/cy/agorise/graphenej/api/ApiCallback.java b/graphenej/src/main/java/cy/agorise/graphenej/api/ApiCallback.java index 687e646..dc04acf 100644 --- a/graphenej/src/main/java/cy/agorise/graphenej/api/ApiCallback.java +++ b/graphenej/src/main/java/cy/agorise/graphenej/api/ApiCallback.java @@ -14,7 +14,7 @@ public interface ApiCallback { * @param response Parsed response * @param text Raw text response */ - void onResponse(JsonRpcResponse response, String text); + void onResponse(JsonRpcResponse response, String text); /** * Method called whenever there was an error and the response could not be delivered.