Skip to content

Commit 04ea612

Browse files
committed
Added Deprecated annotation to a method which already had a deprecated Javadoc annotation.
1 parent ef1fe7a commit 04ea612

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/com/mongodb/DBCollection.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -574,6 +574,7 @@ public void createIndex( DBObject keys , DBObject options ){
574574
* @mongodb.driver.manual /administration/indexes-creation/ Index Creation Tutorials
575575
* @deprecated use {@link #createIndex(DBObject, com.mongodb.DBObject)} the encoder is not used.
576576
*/
577+
@Deprecated
577578
public abstract void createIndex(DBObject keys, DBObject options, DBEncoder encoder);
578579

579580
/**

0 commit comments

Comments
 (0)