Skip to content

Commit fa723bc

Browse files
committed
GH-1254: Fix javadoc
1 parent 910233e commit fa723bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ public EmbeddedKafkaBroker brokerListProperty(String brokerListProperty) {
231231

232232
/**
233233
* Get the port that the embedded Zookeeper is running on or will run on.
234-
* @param zkPort the port.
234+
* @return the port.
235235
* @since 2.3
236236
*/
237237
public int getZkPort() {

0 commit comments

Comments
 (0)