RESOLVED - BATCH-1769: FlatFileItemReader javadocs

This commit is contained in:
Robert Kasanicky
2011-09-03 11:26:51 +02:00
parent 752297116a
commit 1751248c63

View File

@@ -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;