This commit is contained in:
Mahmoud Ben Hassine
2019-09-17 17:06:44 +02:00
parent a7092a21e4
commit 2306141826
11 changed files with 9 additions and 16 deletions

View File

@@ -192,7 +192,7 @@ public class FlatFileItemReader<T> extends AbstractItemCountingItemStreamItemRea
* @return next line (skip comments).getCurrentResource
*/
@Nullable
protected String readLine() {
private String readLine() {
if (reader == null) {
throw new ReaderNotOpenException("Reader must be open before it can be read.");