Skip to content

Commit b10b068

Browse files
committed
Fix JavaDoc issue in SeekUtils
1 parent 5c0f150 commit b10b068

File tree

1 file changed

+1
-1
lines changed
  • spring-kafka/src/main/java/org/springframework/kafka/support

1 file changed

+1
-1
lines changed

spring-kafka/src/main/java/org/springframework/kafka/support/SeekUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ private SeekUtils() {
5353
* @param exception the exception
5454
* @param recoverable true if skipping the first record is allowed.
5555
* @param skipper function to determine whether or not to skip seeking the first.
56-
* @param logger a {@link Log} for seek errors.
56+
* @param logger a {@link LogAccessor} for seek errors.
5757
* @return true if the failed record was skipped.
5858
*/
5959
public static boolean doSeeks(List<ConsumerRecord<?, ?>> records, Consumer<?, ?> consumer, Exception exception,

0 commit comments

Comments
 (0)