Skip to content

Commit 0466bd0

Browse files
author
dsyer
committed
BATCH-1609: Javadocs
1 parent d0abc74 commit 0466bd0

File tree

1 file changed

+1
-1
lines changed
  • spring-batch-infrastructure/src/main/java/org/springframework/batch/item/file/transform

1 file changed

+1
-1
lines changed

spring-batch-infrastructure/src/main/java/org/springframework/batch/item/file/transform/DefaultFieldSet.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ public int getFieldCount() {
588588
/**
589589
* Read and trim the {@link String} value at '<code>index</code>'.
590590
*
591-
* @throws NullPointerException if the field value is <code>null</code>.
591+
* @returns null if the field value is <code>null</code>.
592592
*/
593593
protected String readAndTrim(int index) {
594594
String value = tokens[index];

0 commit comments

Comments
 (0)