Skip to content

Commit f51ed50

Browse files
s.h.baefmbenhassine
s.h.bae
authored andcommitted
Fix javadoc on ItemReadListener interface
Found after reading some javadocs. This seems to be a copy & paste mistake.
1 parent 4e02ce7 commit f51ed50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-batch-core/src/main/java/org/springframework/batch/core/ItemReadListener.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2006-2018 the original author or authors.
2+
* Copyright 2006-2021 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -44,7 +44,7 @@ public interface ItemReadListener<T> extends StepListener {
4444
/**
4545
* Called if an error occurs while trying to read.
4646
*
47-
* @param ex thrown from {@link ItemWriter}
47+
* @param ex thrown from {@link ItemReader}
4848
*/
4949
void onReadError(Exception ex);
5050
}

0 commit comments

Comments
 (0)