Details
-
Bug
-
Resolution: Done
-
Minor - P4
-
None
-
None
-
None
Description
The Javadoc comment at the top of the class states:
DBObject obj[] = collection.find( query ).skip( 1000 ).limit( 100 ).toArray();
In reality, when you call toArray() it returns a java.util.List object.