Fix javadoFix javadoc

This commit is contained in:
Gary Russell
2019-04-02 12:34:08 -04:00
committed by Artem Bilan
parent e76fd2bea2
commit e9833af732

View File

@@ -70,7 +70,7 @@ import org.springframework.util.Assert;
* processed successfully. Applications should therefore implement
* idempotency.
* <p>
* Starting with version 2.2.5, this source implements {@link Pausable} which
* Starting with version 3.1.2, this source implements {@link Pausable} which
* allows you to pause and resume the {@link Consumer}. While the consumer is
* paused, you must continue to call {@link #receive()} within
* {@code max.poll.interval.ms}, to prevent a rebalance.