We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92bfc43 commit c371c1cCopy full SHA for c371c1c
src/main/com/mongodb/DBCollection.java
@@ -883,11 +883,7 @@ public long getCount(ReadPreference readPrefs){
883
* calls {@link DBCollection#getCount(com.mongodb.DBObject, com.mongodb.DBObject)} with null fields.
884
* @param query query to match
885
* @return
886
-<<<<<<< HEAD
887
- * @throws MongoException
888
-=======
889
* @throws MongoException
890
->>>>>>> JAVA-570
891
*/
892
public long getCount(DBObject query){
893
return getCount(query, null);
0 commit comments