Skip to content

Commit 21659ec

Browse files
committed
Fix @SInCE in previous commit
1 parent abf2bfe commit 21659ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-kafka-test/src/main/java/org/springframework/kafka/test/EmbeddedKafkaBroker.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ public void setZkPort(int zkPort) {
263263
* Set connection timeout for the client to the embedded Zookeeper.
264264
* @param zkConnectionTimeout the connection timeout,
265265
* @return the {@link EmbeddedKafkaBroker}.
266-
* @since 2.4
266+
* @since 2.3.6
267267
*/
268268
public EmbeddedKafkaBroker zkConnectionTimeout(int zkConnectionTimeout) {
269269
this.zkConnectionTimeout = zkConnectionTimeout;
@@ -274,7 +274,7 @@ public EmbeddedKafkaBroker zkConnectionTimeout(int zkConnectionTimeout) {
274274
* Set session timeout for the client to the embedded Zookeeper.
275275
* @param zkSessionTimeout the session timeout.
276276
* @return the {@link EmbeddedKafkaBroker}.
277-
* @since 2.4
277+
* @since 2.3.6
278278
*/
279279
public EmbeddedKafkaBroker zkSessionTimeout(int zkSessionTimeout) {
280280
this.zkSessionTimeout = zkSessionTimeout;

0 commit comments

Comments
 (0)