Skip to content

Commit 3850087

Browse files
JAVA-317: javadoc fix
1 parent ccd8a9d commit 3850087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/org/bson/BasicBSONObject.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ public void putAll( BSONObject o ){
208208
/** Add a key/value pair to this object
209209
* @param key the field name
210210
* @param val the field value
211-
* @return the <code>val</code> parameter
211+
* @return <code>this</code>
212212
*/
213213
public BasicBSONObject append( String key , Object val ){
214214
put( key , val );

0 commit comments

Comments
 (0)