Skip to content

Commit 0cb9bf2

Browse files
committed
Change comments.
1 parent 3373c14 commit 0cb9bf2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

driver-core/src/main/com/mongodb/internal/connection/OperationContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ public List<ServerDescription> select(final ClusterDescription clusterDescriptio
275275
.filter(serverDescription -> !deprioritized.contains(serverDescription.getAddress()))
276276
.collect(toList());
277277

278-
// TODO-JAVA-5908: Evaluate whether the early-return optimization has a meaningful performance impact on server selection.
278+
// TODO-JAVA-5908: Evaluate whether using the early-return optimization has a meaningful performance impact on server selection.
279279
if (nonDeprioritizedServerDescriptions.isEmpty()) {
280280
return wrappedSelector.select(clusterDescription);
281281
}

0 commit comments

Comments
 (0)