We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 234a2f0 commit c075ffcCopy full SHA for c075ffc
spring-batch-infrastructure/src/main/java/org/springframework/batch/item/xml/StaxEventItemReader.java
@@ -82,7 +82,7 @@ public StaxEventItemReader() {
82
/**
83
* In strict mode the reader will throw an exception on
84
* {@link #open(org.springframework.batch.item.ExecutionContext)} if the input resource does not exist.
85
- * @param strict false by default
+ * @param strict true by default
86
*/
87
public void setStrict(boolean strict) {
88
this.strict = strict;
0 commit comments