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 ccd8a9d commit 3850087Copy full SHA for 3850087
src/main/org/bson/BasicBSONObject.java
@@ -208,7 +208,7 @@ public void putAll( BSONObject o ){
208
/** Add a key/value pair to this object
209
* @param key the field name
210
* @param val the field value
211
- * @return the <code>val</code> parameter
+ * @return <code>this</code>
212
*/
213
public BasicBSONObject append( String key , Object val ){
214
put( key , val );
0 commit comments