RESOLVED - BATCH-1769: FlatFileItemReader javadocs
This commit is contained in:
@@ -80,7 +80,7 @@ public class FlatFileItemReader<T> extends AbstractItemCountingItemStreamItemRea
|
||||
/**
|
||||
* In strict mode the reader will throw an exception on
|
||||
* {@link #open(org.springframework.batch.item.ExecutionContext)} if the input resource does not exist.
|
||||
* @param strict false by default
|
||||
* @param strict <code>true</code> by default
|
||||
*/
|
||||
public void setStrict(boolean strict) {
|
||||
this.strict = strict;
|
||||
|
||||
Reference in New Issue
Block a user