Skip to content

Commit 5d23212

Browse files
authored
Merge pull request #49781 from metacosm/fix-endpoint-name
More appropriate method name
2 parents 61f7aab + 5cfee26 commit 5d23212

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)