We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf0de9f commit ca0969aCopy full SHA for ca0969a
core/src/main/java/eu/bittrade/libs/steemj/communication/WebsocketEndpoint.java
@@ -36,9 +36,9 @@ public WebsocketEndpoint(WebsocketClient websocketClient) {
36
}
37
38
/**
39
- * @param latestResponse
40
- * the latestResponse to set
41
- * @throws IOException
+ *
+ * @return
+ * @throws SteemResponseError
42
*/
43
protected JsonRPCResponse getLatestResponse() throws SteemResponseError {
44
try {
0 commit comments