Skip to content

Commit c2b4254

Browse files
authored
Merge pull request #51340 from rsvoboda/quarkus.management.javadoc
Fix JavaDoc for quarkus.management.enabled
2 parents 660d205 + fa960ef commit c2b4254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/management/ManagementInterfaceBuildTimeConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public interface ManagementInterfaceBuildTimeConfig {
1818
/**
1919
* Enables / Disables the usage of a separate interface/port to expose the management endpoints.
2020
* If sets to {@code true}, the management endpoints will be exposed to a different HTTP server.
21-
* This avoids exposing the management endpoints on a y available server(.
21+
* This avoids exposing the management endpoints on a publicly available server.
2222
*/
2323
@WithDefault("false")
2424
boolean enabled();

0 commit comments

Comments
 (0)