Skip to content

Commit 78fedb7

Browse files
committed
Fix typo in Javadoc of KafkaItemReader
1 parent fb21b30 commit 78fedb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-batch-infrastructure/src/main/java/org/springframework/batch/item/kafka/KafkaItemReader.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019 the original author or authors.
2+
* Copyright 2019-2020 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.
@@ -43,7 +43,7 @@
4343
* </p>
4444
*
4545
* <p>
46-
* Since {@link KafkaConsumer} is not thread-safe, this reader is not thead-safe.
46+
* Since {@link KafkaConsumer} is not thread-safe, this reader is not thread-safe.
4747
* </p>
4848
*
4949
* @author Mathieu Ouellet

0 commit comments

Comments
 (0)