Skip to content

Commit ab8fdaa

Browse files
committed
javadoc suggestions
1 parent 57106f9 commit ab8fdaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web/client-api/src/main/java/io/deephaven/web/client/ide/IdeConnection.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public JsRunnable subscribeToFieldUpdates(JsConsumer<JsVariableChanges> callback
159159
* the remote end has signaled that it has successfully fetched the object before releasing it from this client.
160160
* <p>
161161
* Be sure to use an unpredictable value for the shared ticket bytes, like a UUID or other large, random value to
162-
* prevent accidental access by other clients.
162+
* prevent access by unauthorized clients.
163163
*
164164
* @param object the object to share with another client/user
165165
* @param sharedTicketBytes the value which another client/user must know to obtain the object. It may be a unicode

web/client-api/src/main/java/io/deephaven/web/client/ide/IdeSession.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ public Promise<Void> bindTableToVariable(JsTable table, String name) {
193193
* the remote end has signaled that it has successfully fetched the object before releasing it from this client.
194194
* <p>
195195
* Be sure to use an unpredictable value for the shared ticket bytes, like a UUID or other large, random value to
196-
* prevent accidental access by other clients.
196+
* prevent access by unauthorized clients.
197197
*
198198
* @param object the object to share with another client/user
199199
* @param sharedTicketBytes the value which another client/user must know to obtain the object. It may be a unicode

0 commit comments

Comments
 (0)