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


The following commit(s) were added to refs/heads/main by this push:
     new 1b61811c382 Regen
1b61811c382 is described below

commit 1b61811c3822433b71855675e9a5c9ee917813aa
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Wed Jan 24 09:45:28 2024 +0100

    Regen
---
 .../platform/http/main/jolokia/JolokiaHttpRequestHandlerSupport.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-platform-http-main/src/main/java/org/apache/camel/component/platform/http/main/jolokia/JolokiaHttpRequestHandlerSupport.java
 
b/components/camel-platform-http-main/src/main/java/org/apache/camel/component/platform/http/main/jolokia/JolokiaHttpRequestHandlerSupport.java
index 0bfedb1aff8..ade79a04ab9 100644
--- 
a/components/camel-platform-http-main/src/main/java/org/apache/camel/component/platform/http/main/jolokia/JolokiaHttpRequestHandlerSupport.java
+++ 
b/components/camel-platform-http-main/src/main/java/org/apache/camel/component/platform/http/main/jolokia/JolokiaHttpRequestHandlerSupport.java
@@ -88,7 +88,7 @@ public class JolokiaHttpRequestHandlerSupport extends 
ServiceSupport implements
             }
         } catch (IOException e) {
             jolokiaLogHandler.error("Error while accessing access restrictor 
at " + pLocation +
-                            ". Denying all access to MBeans for security 
reasons. Exception: " + e,
+                                    ". Denying all access to MBeans for 
security reasons. Exception: " + e,
                     e);
             return new DenyAllRestrictor();
         }

Reply via email to