Skip to content

Commit f24b55c

Browse files
committed
[strimzi#434] docs: method description detailed
Signed-off-by: ilkerkocatepe <[email protected]>
1 parent fd00053 commit f24b55c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/strimzi/kafka/bridge/KafkaBridgeAdmin.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public CompletionStage<Set<String>> listTopics() {
8888
}
8989

9090
/**
91-
* Creates a topic with given name
91+
* Creates a topic with given name and number of partitions (optional) and replication factor (optional).
9292
*
9393
* @param topicName topic name to create
9494
* @param partitions number of partitions

0 commit comments

Comments
 (0)