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 fb21b30 commit 78fedb7Copy full SHA for 78fedb7
spring-batch-infrastructure/src/main/java/org/springframework/batch/item/kafka/KafkaItemReader.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2019 the original author or authors.
+ * Copyright 2019-2020 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.
@@ -43,7 +43,7 @@
43
* </p>
44
45
* <p>
46
- * Since {@link KafkaConsumer} is not thread-safe, this reader is not thead-safe.
+ * Since {@link KafkaConsumer} is not thread-safe, this reader is not thread-safe.
47
48
49
* @author Mathieu Ouellet
0 commit comments