Skip to content

Commit 97c081b

Browse files
committed
Fix @SInCE in Javadoc
1 parent a3a17c3 commit 97c081b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-kafka/src/main/java/org/springframework/kafka/core/KafkaOperations.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ public interface KafkaOperations<K, V> {
213213
* Return true if the implementation supports transactions (has a transaction-capable
214214
* producer factory).
215215
* @return true or false.
216-
* @since 3.2
216+
* @since 2.3
217217
*/
218218
boolean isTransactional();
219219

0 commit comments

Comments
 (0)