Skip to content

Commit a11e5f6

Browse files
committed
Make an API doc improvement
JAVA-5527
1 parent 395af7a commit a11e5f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

driver-core/src/main/com/mongodb/client/result/bulk/ClientBulkWriteResult.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,11 @@ public interface ClientBulkWriteResult {
8585
long getDeletedCount();
8686

8787
/**
88-
* The {@linkplain ClientBulkWriteOptions#verboseResults(Boolean) verbose results} of individual operations.
88+
* The verbose results of individual operations.
8989
*
9090
* @return {@link Optional} verbose results of individual operations.
9191
* @throws UnsupportedOperationException If this result is not {@linkplain #isAcknowledged() acknowledged}.
92+
* @see ClientBulkWriteOptions#verboseResults(Boolean)
9293
*/
9394
Optional<Verbose> getVerbose();
9495

0 commit comments

Comments
 (0)