Skip to content

Commit a62621e

Browse files
committed
Fix Javadoc typo
1 parent 627e578 commit a62621e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ public boolean isProcessInTransaction() {
156156

157157
/**
158158
* {@inheritDoc}
159-
* Set to true to and the container will run the
159+
* Set to true and the container will run the
160160
* {@link #process(List, Consumer, Exception, boolean)} method in a transaction and,
161161
* if a record is skipped and recovered, we will send its offset to the transaction.
162162
* Requires a {@link KafkaTemplate}.

0 commit comments

Comments
 (0)