Skip to content
Success

Changes

Summary

  1. Fix client Javadoc errors currently blocking the release (details)
Commit 946ab233b97bc488dd6d43b87e873832e73159c8 by Mark Thomas
Fix client Javadoc errors currently blocking the release
The server API depends on the client API. Therefore the client API
Javadoc may not reference (via {@link ...}) the server API Javadoc as
that creates a circular reference. Therefore, replace all {@link ...}
references to the server API in the client API with {@code ...}
Signed-off-by: Mark Thomas <markt@apache.org>
The file was modified api/client/src/main/java/javax/websocket/OnClose.java (diff)
The file was modified api/client/src/main/java/javax/websocket/OnError.java (diff)
The file was modified api/client/src/main/java/javax/websocket/OnOpen.java (diff)
The file was modified api/client/src/main/java/javax/websocket/Endpoint.java (diff)
The file was modified api/client/src/main/java/javax/websocket/OnMessage.java (diff)
The file was modified api/client/src/main/java/javax/websocket/ClientEndpoint.java (diff)
The file was modified api/client/src/main/java/javax/websocket/WebSocketContainer.java (diff)