Skip to content

Commit ac84012

Browse files
committed
Updating javadoc wording
1 parent cd80847 commit ac84012

File tree

1 file changed

+2
-2
lines changed
  • opamp-client/src/main/java/io/opentelemetry/opamp/client/internal/connectivity/websocket

1 file changed

+2
-2
lines changed

opamp-client/src/main/java/io/opentelemetry/opamp/client/internal/connectivity/websocket/WebSocket.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ public interface WebSocket {
4040
interface Listener {
4141

4242
/**
43-
* Called when the websocket connection is successfully established with the remote peer and may
44-
* start sending messages.
43+
* Called when the websocket connection is successfully established with the remote peer. The
44+
* client may start sending messages after this method is called.
4545
*/
4646
void onOpen();
4747

0 commit comments

Comments
 (0)