You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/ExecutableFindOperation.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ default Optional<T> first() {
125
125
126
126
/**
127
127
* Get the number of matching elements.
128
-
* <p />
128
+
* <br />
129
129
* This method uses an {@link com.mongodb.client.MongoCollection#countDocuments(org.bson.conversions.Bson, com.mongodb.client.model.CountOptions) aggregation
130
130
* execution} even for empty {@link Query queries} which may have an impact on performance, but guarantees shard,
131
131
* session and transaction compliance. In case an inaccurate count satisfies the applications needs use
0 commit comments