This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 6004d83270cd2ed55cabf7bf5bceeb2ea0cf2fa0
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Jan 25 11:10:26 2024 +0100

    Regen
---
 .../org/apache/camel/main/HttpServerConfigurationProperties.java    | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git 
a/core/camel-main/src/main/java/org/apache/camel/main/HttpServerConfigurationProperties.java
 
b/core/camel-main/src/main/java/org/apache/camel/main/HttpServerConfigurationProperties.java
index 322bdde54ae..93fff2e5e26 100644
--- 
a/core/camel-main/src/main/java/org/apache/camel/main/HttpServerConfigurationProperties.java
+++ 
b/core/camel-main/src/main/java/org/apache/camel/main/HttpServerConfigurationProperties.java
@@ -156,8 +156,7 @@ public class HttpServerConfigurationProperties implements 
BootstrapCloseable {
     }
 
     /**
-     * Whether to enable jolokia. If enabled then you can access jolokia api 
on context-path:
-     * /q/jolokia
+     * Whether to enable jolokia. If enabled then you can access jolokia api 
on context-path: /q/jolokia
      */
     public void setJolokiaEnabled(boolean jolokiaEnabled) {
         this.jolokiaEnabled = jolokiaEnabled;
@@ -268,8 +267,7 @@ public class HttpServerConfigurationProperties implements 
BootstrapCloseable {
     }
 
     /**
-     * Whether to enable jolokia. If enabled then you can access jolokia api 
on context-path:
-     * /q/jolokia
+     * Whether to enable jolokia. If enabled then you can access jolokia api 
on context-path: /q/jolokia
      */
     public HttpServerConfigurationProperties withJolokiaEnabled(boolean 
jolokiaEnabled) {
         this.jolokiaEnabled = jolokiaEnabled;

Reply via email to