Skip to content

Commit bf3dc8c

Browse files
Frankle97garyrussell
authored andcommitted
Fix typo
1 parent ceaf437 commit bf3dc8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,8 +330,8 @@ private void modifyTopics(AdminClient adminClient, Map<String, NewPartitions> to
330330
}
331331

332332
/**
333-
* Wrapper for a collection of {@link NewTopic} to facilitated declaring multiple
334-
* topics as as single bean.
333+
* Wrapper for a collection of {@link NewTopic} to facilitate declaring multiple
334+
* topics as a single bean.
335335
*
336336
* @since 2.7
337337
*

0 commit comments

Comments
 (0)