Skip to content

Commit 256a9c8

Browse files
author
Ryan
committed
@deprecated annotation to methods.
1 parent c2e1d03 commit 256a9c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/org/bson/types/BasicBSONList.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ public Object removeField( String key ){
121121
/**
122122
* @deprecated
123123
*/
124+
@Deprecated
124125
public boolean containsKey( String key ){
125126
return containsField(key);
126127
}

0 commit comments

Comments
 (0)