-
Type: Bug
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
None
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.