Skip to content

Commit 5cfee26

Browse files
committed
More appropriate method name
1 parent 61f7aab commit 5cfee26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/kafka-devservices/src/main/java/io/quarkus/it/kafka/KafkaEndpoint.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public Integer partitions(@PathParam("topic") String topic) {
2121

2222
@GET
2323
@Path("/port")
24-
public Integer partitions() throws ExecutionException, InterruptedException {
24+
public Integer port() throws ExecutionException, InterruptedException {
2525
return admin.port();
2626
}
2727

0 commit comments

Comments
 (0)