Skip to content

Commit c371c1c

Browse files
author
Steve Briskin
committed
fixed another merge issue
1 parent 92bfc43 commit c371c1c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/com/mongodb/DBCollection.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -883,11 +883,7 @@ public long getCount(ReadPreference readPrefs){
883883
* calls {@link DBCollection#getCount(com.mongodb.DBObject, com.mongodb.DBObject)} with null fields.
884884
* @param query query to match
885885
* @return
886-
<<<<<<< HEAD
887-
* @throws MongoException
888-
=======
889886
* @throws MongoException
890-
>>>>>>> JAVA-570
891887
*/
892888
public long getCount(DBObject query){
893889
return getCount(query, null);

0 commit comments

Comments
 (0)