Skip to content

Commit b392923

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 a6bf6e0 commit b392923

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
@@ -30,7 +30,7 @@ public interface WebSocket {
3030
* Sends a message via the websocket connection.
3131
*
3232
* @param request The message payload.
33-
* @return {@link Boolean#FALSE} If the message can't get dispatched for any reason, whether the
33+
* @return {@link Boolean#FALSE} If the message can't be dispatched for any reason, whether the
3434
* websocket isn't running, or the connection isn't established, or it's terminated. {@link
3535
* Boolean#TRUE} if the message can get sent. Returning {@link Boolean#TRUE} doesn't guarantee
3636
* that the message will arrive at the remote peer.

0 commit comments

Comments
 (0)