You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-batch-infrastructure/src/main/java/org/springframework/batch/item/file/transform/DefaultFieldSet.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -588,7 +588,7 @@ public int getFieldCount() {
588
588
/**
589
589
* Read and trim the {@link String} value at '<code>index</code>'.
590
590
*
591
-
* @throws NullPointerException if the field value is <code>null</code>.
591
+
* @returns null if the field value is <code>null</code>.
0 commit comments