Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
* If type information is provided on the Fields instance, all setters on this class will use that information to
* coerce the given object to the expected type.
* <p/>
* For example, if position is is of type {@code long}, then {@code entry.setString(0, "9" )} will coerce the "9" to a
* For example, if position is of type {@code long}, then {@code entry.setString(0, "9" )} will coerce the "9" to a
* long {@code 9}. Thus, {@code entry.getObject(0) == 9l}.
* <p/>
* No coercion is performed with the {@link #getObject(Comparable)} and {@link #getObject(int)} methods.
Expand Down