BATCH-1609: Javadocs

This commit is contained in:
dsyer
2010-08-07 13:33:45 +00:00
parent d0abc74a75
commit 0466bd0777

View File

@@ -588,7 +588,7 @@ public class DefaultFieldSet implements FieldSet {
/**
* Read and trim the {@link String} value at '<code>index</code>'.
*
* @throws NullPointerException if the field value is <code>null</code>.
* @returns null if the field value is <code>null</code>.
*/
protected String readAndTrim(int index) {
String value = tokens[index];