Skip to content

Commit ca0969a

Browse files
committed
Fix JavaDoc error
1 parent bf0de9f commit ca0969a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/src/main/java/eu/bittrade/libs/steemj/communication/WebsocketEndpoint.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ public WebsocketEndpoint(WebsocketClient websocketClient) {
3636
}
3737

3838
/**
39-
* @param latestResponse
40-
* the latestResponse to set
41-
* @throws IOException
39+
*
40+
* @return
41+
* @throws SteemResponseError
4242
*/
4343
protected JsonRPCResponse getLatestResponse() throws SteemResponseError {
4444
try {

0 commit comments

Comments
 (0)