Skip to content

Commit

Permalink
Fix "since" version
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell committed May 25, 2020
1 parent 3550f11 commit 0281b77
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -148,7 +148,7 @@ public void setKafkaTemplate(KafkaTemplate<K, V> kafkaTemplate) {
* Set a {@link KafkaOperations} to use to send the offset of a recovered record
* to a transaction.
* @param kafkaOperations the operations.
* @since 2.3.8
* @since 2.5.1
* @see #setCommitRecovered(boolean)
*/
public void setKafkaOperations(KafkaOperations<K, V> kafkaOperations) {
Expand Down

0 comments on commit 0281b77

Please sign in to comment.