Skip to content

Commit 515a33f

Browse files
author
Ryan
committed
added @deprecated annotation to deprecated methods.
1 parent 5cd1218 commit 515a33f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/org/bson/BSONObject.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ public interface BSONObject {
7171
* @return
7272
* @deprecated
7373
*/
74+
@Deprecated
7475
public boolean containsKey( String s );
7576

7677
/**

0 commit comments

Comments
 (0)