change default strict to true

This commit is contained in:
dsyer
2009-03-10 12:12:29 +00:00
parent 464ebc577a
commit b71f2b506b

View File

@@ -69,7 +69,7 @@ public class StaxEventItemReader<T> extends AbstractItemCountingItemStreamItemRe
private boolean noInput;
private boolean strict = false;
private boolean strict = true;
public StaxEventItemReader() {
setName(ClassUtils.getShortName(StaxEventItemReader.class));