Skip to content

Commit

Permalink
Update the documentation of Bson{Reader,Writer}
Browse files Browse the repository at this point in the history
  • Loading branch information
kohanyirobert committed Nov 18, 2012
1 parent 1c923a3 commit a4e908e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import javax.annotation.Nullable;

/**
* Reads Java object(s) from {@linkplain ByteBuffer buffers}, deserialized from
* Reads Java objects from {@linkplain ByteBuffer buffers}, deserialized from
* bytes as specified by the <a href="http://bsonspec.org/">BSON</a>
* specification.
* <p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import javax.annotation.Nullable;

/**
* Writes Java object(s) to {@linkplain ByteBuffer buffers}, serialized to bytes
* Writes Java objects to {@linkplain ByteBuffer buffers}, serialized to bytes
* as specified by the <a href="http://bsonspec.org/">BSON</a> specification.
* <p>
* <b>Note:</b> buffers supplied to {@linkplain #writeTo} must use little-endian
Expand Down

0 comments on commit a4e908e

Please sign in to comment.