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 4e02ce7 commit f51ed50Copy full SHA for f51ed50
spring-batch-core/src/main/java/org/springframework/batch/core/ItemReadListener.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2006-2018 the original author or authors.
+ * Copyright 2006-2021 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -44,7 +44,7 @@ public interface ItemReadListener<T> extends StepListener {
44
/**
45
* Called if an error occurs while trying to read.
46
47
- * @param ex thrown from {@link ItemWriter}
+ * @param ex thrown from {@link ItemReader}
48
*/
49
void onReadError(Exception ex);
50
}
0 commit comments