File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-kafka-test/src/main/java/org/springframework/kafka/test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments