Skip to content

Commit 16b965f

Browse files
committed
Fixed docs issue.
1 parent d8e1d57 commit 16b965f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commons/src/main/java/io/polyapi/commons/api/websocket/WebSocketClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public interface WebSocketClient extends AutoCloseable {
2424
* Registers a listener for error messages.
2525
*
2626
* @param path The path that will filter the messages.
27-
* @param listener The {@link Consumer}<{@link PolyErrorEvent}> that will work as a listener.
27+
* @param listener The {@link Consumer} of {@link PolyErrorEvent}s that will work as a listener.
2828
* @return Handle The handle that allows for closing of the socket.
2929
*/
3030
Handle registerErrorHandler(String path, Consumer<PolyErrorEvent> listener);

0 commit comments

Comments
 (0)