We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f53271c commit c4588adCopy full SHA for c4588ad
src/main/com/mongodb/LazyWriteableDBObject.java
@@ -64,7 +64,7 @@ public void putAll(BSONObject o) {
64
/* (non-Javadoc)
65
* @see org.bson.LazyBSONObject#putAll(java.util.Map)
66
*/
67
- @SuppressWarnings("rawtypes")
+ @SuppressWarnings("unchecked")
68
@Override
69
public void putAll(Map m) {
70
writeable.putAll(m);
0 commit comments