Skip to content

Commit 1fa80aa

Browse files
garyrussellartembilan
authored andcommitted
Fix JavaDocs typo in the KafkaUtils
**Cherry-pick to `2.7.x`**
1 parent 891664b commit 1fa80aa

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

Diff for: spring-kafka/src/main/java/org/springframework/kafka/support/KafkaUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ public static String recordToString(ConsumerRecord<?, ?> record, boolean meta) {
185185
}
186186

187187
/**
188-
* Set a formatter for logging {@link ConsumererRecord}s.
188+
* Set a formatter for logging {@link ConsumerRecord}s.
189189
* @param formatter a function to format the record as a String
190190
* @since 2.7.11
191191
*/

0 commit comments

Comments
 (0)