Skip to content

Commit 522587d

Browse files
LikeTheSaladlaurit
andauthored
Update opamp-client/src/main/java/io/opentelemetry/opamp/client/internal/connectivity/websocket/WebSocket.java
Co-authored-by: Lauri Tulmin <[email protected]>
1 parent c9fba42 commit 522587d

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ interface Listener {
4545
*/
4646
void onOpen();
4747

48-
/** Called when the connection is terminated and no further messages can get transmitted. */
48+
/** Called when the connection is terminated and no further messages can be transmitted. */
4949
void onClosed();
5050

5151
/**

0 commit comments

Comments
 (0)