From a8c13cac9629eacd9aad7e93fe0170c6c32a40fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nelson=20R=2E=20P=C3=A9rez?= Date: Wed, 27 Nov 2019 18:45:44 -0500 Subject: [PATCH] Modified the ApiCallback interface --- .../src/main/java/cy/agorise/graphenej/api/ApiCallback.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.