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

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

commit c2132e6c6b8cdb4e0494cc6e0b96453d0473f971
Author: Guillaume Nodet <gno...@gmail.com>
AuthorDate: Tue Feb 18 07:44:08 2020 +0100

    Fix CS
---
 .../src/main/java/org/apache/camel/component/bean/BeanInfo.java       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-bean/src/main/java/org/apache/camel/component/bean/BeanInfo.java
 
b/components/camel-bean/src/main/java/org/apache/camel/component/bean/BeanInfo.java
index 297e806..d662e21 100644
--- 
a/components/camel-bean/src/main/java/org/apache/camel/component/bean/BeanInfo.java
+++ 
b/components/camel-bean/src/main/java/org/apache/camel/component/bean/BeanInfo.java
@@ -62,8 +62,8 @@ public class BeanInfo {
     private static final Logger LOG = LoggerFactory.getLogger(BeanInfo.class);
     private static final String CGLIB_CLASS_SEPARATOR = "$$";
     private static final String[] EXCLUDED_METHOD_NAMES = new String[]{
-            "clone", "equals", "finalize", "getClass", "hashCode", "notify", 
"notifyAll", "wait", // java.lang.Object
-            "getInvocationHandler", "getProxyClass", "isProxyClass", 
"newProxyInstance" // java.lang.Proxy
+        "clone", "equals", "finalize", "getClass", "hashCode", "notify", 
"notifyAll", "wait", // java.lang.Object
+        "getInvocationHandler", "getProxyClass", "isProxyClass", 
"newProxyInstance" // java.lang.Proxy
     };
     private final CamelContext camelContext;
     private final BeanComponent component;

Reply via email to