diff --git a/okhttp-ws/src/main/java/com/squareup/okhttp/ws/WebSocketListener.java b/okhttp-ws/src/main/java/com/squareup/okhttp/ws/WebSocketListener.java index 850f0e0fd..88f7de6d4 100644 --- a/okhttp-ws/src/main/java/com/squareup/okhttp/ws/WebSocketListener.java +++ b/okhttp-ws/src/main/java/com/squareup/okhttp/ws/WebSocketListener.java @@ -44,7 +44,7 @@ public interface WebSocketListener { * from a call to {@link WebSocket#close(int, String) close()} or as an unprompted * message from the server. * - * @param code The RFC-compliant * status code. * @param reason Reason for close or an empty string. */