Skip to content

Commit c963a35

Browse files
committed
GH-960: Fix Javadocs
1 parent 7edf9f4 commit c963a35

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-kafka/src/main/java/org/springframework/kafka/listener/SeekToCurrentErrorHandler.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ protected boolean isCommitRecovered() {
111111
* property.
112112
* @param commitRecovered true to commit.
113113
* @since 2.2.4
114-
* @see #setOffsetCommitCallback(OffsetCommitCallback)
115114
*/
116115
public void setCommitRecovered(boolean commitRecovered) {
117116
this.commitRecovered = commitRecovered;

0 commit comments

Comments
 (0)