We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef1fe7a commit 04ea612Copy full SHA for 04ea612
1 file changed
src/main/com/mongodb/DBCollection.java
@@ -574,6 +574,7 @@ public void createIndex( DBObject keys , DBObject options ){
574
* @mongodb.driver.manual /administration/indexes-creation/ Index Creation Tutorials
575
* @deprecated use {@link #createIndex(DBObject, com.mongodb.DBObject)} the encoder is not used.
576
*/
577
+ @Deprecated
578
public abstract void createIndex(DBObject keys, DBObject options, DBEncoder encoder);
579
580
/**
0 commit comments