Skip to content

Commit e339dc4

Browse files
committed
chore(javadoc): remove <h3> tag
1 parent 2ff8314 commit e339dc4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/io/weaviate/client6/v1/api/collections/batch/BatchContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ private void reconnectNow() {
864864
/**
865865
* Schedule a task to {@link #reconnect} after a delay.
866866
*
867-
* <h3>API Note</h3>
867+
* <p>
868868
* The task is scheduled on {@link #scheduledExec} even if
869869
* {@code delaySeconds == 0} to avoid blocking gRPC worker
870870
* thread,

src/main/java/io/weaviate/client6/v1/internal/grpc/GrpcTransport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <RequestT, RequestM, ReplyM, ResponseT> CompletableFuture<ResponseT> performRequ
1616
/**
1717
* Create stream for batch insertion.
1818
*
19-
* <h3>API Note</h3>
19+
* <p>
2020
* Batch insertion is presently the only operation performed over a
2121
* StreamStream connection, which is why we do not parametrize this
2222
* method.

0 commit comments

Comments
 (0)