Skip to content

Commit 6b58a8c

Browse files
committed
docs(client): use @code instead of @link for drainOnClose javadoc reference
1 parent 8c5301f commit 6b58a8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/main/java/io/questdb/client/cutlass/qwp/client/QwpWebSocketSender.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1538,7 +1538,7 @@ public long flushAndGetSequence() {
15381538
* would short-circuit immediately on an empty flush even when prior
15391539
* publishes remain unacknowledged.
15401540
* <p>
1541-
* Close-time drain ({@link #drainOnClose()}) already uses the same
1541+
* Close-time drain ({@code #drainOnClose()}) already uses the same
15421542
* watermark approach directly.
15431543
*
15441544
* @param timeoutMillis upper bound on the wait; {@code <= 0} returns

0 commit comments

Comments
 (0)