Skip to content

Commit 5f0eff8

Browse files
committed
Add a comment
1 parent ab8fdaa commit 5f0eff8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/client-api/src/main/java/io/deephaven/web/client/api/WorkerConnection.java

+1
Original file line numberDiff line numberDiff line change
@@ -878,6 +878,7 @@ private static Ticket sharedTicketFromStringOrBytes(SharedExportBytesUnion share
878878
array = TypedArray.SetArrayUnionType.of(bytes);
879879
}
880880
Uint8Array bytesWithPrefix = new Uint8Array(length + 2);
881+
// Add the shared ticket prefix at the start of the provided value
881882
bytesWithPrefix.setAt(0, (double) 'h');
882883
bytesWithPrefix.setAt(1, (double) '/');
883884
bytesWithPrefix.set(array, 2);

0 commit comments

Comments
 (0)