File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
spring-kafka-test/src/main/java/org/springframework/kafka/test/rule Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ private void createKafkaTopics(Set<String> topics) {
266266 /**
267267 * Add topics to the existing broker(s) using the configured number of partitions.
268268 * @param topics the topics.
269- * @since 2.1
269+ * @since 2.1.6
270270 */
271271 public void addTopics (String ... topics ) {
272272 HashSet <String > set = new HashSet <>(Arrays .asList (topics ));
@@ -275,10 +275,10 @@ public void addTopics(String... topics) {
275275 }
276276
277277 /**
278- * Create an {@link AdminClient} invoke the callback and reliable close the
278+ * Create an {@link AdminClient}; invoke the callback and reliably close the
279279 * admin.
280280 * @param callback the callback.
281- * @since 2.1
281+ * @since 2.1.6
282282 */
283283 public void doWithAdmin (java .util .function .Consumer <AdminClient > callback ) {
284284 Map <String , Object > adminConfigs = new HashMap <>();
You can’t perform that action at this time.
0 commit comments