Skip to content

Commit

Permalink
Update api/client/src/main/java/jakarta/websocket/Endpoint.java
Browse files Browse the repository at this point in the history
Co-authored-by: Brad Hards <bradh@frogmouth.net>
  • Loading branch information
2 people authored and markt-asf committed Nov 24, 2022
1 parent 52d4071 commit 88eeeaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/client/src/main/java/jakarta/websocket/Endpoint.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
*
* {@literal @}Override
* public void onOpen(Session session, EndpointConfig config) {
* final RemoteEndpoint remote = session.getBasicRemote();
* final RemoteEndpoint.Basic remote = session.getBasicRemote();
* session.addMessageHandler(String.class, new MessageHandler.Whole&lt;String&gt;() {
* public void onMessage(String text) {
* try {
Expand Down

0 comments on commit 88eeeaf

Please sign in to comment.