You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2016/05/22 08:36:34 UTC

[2/3] camel git commit: Polished

Polished


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/92b34669
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/92b34669
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/92b34669

Branch: refs/heads/master
Commit: 92b34669a03663098fa6e4f8fe0c59bf9d45f10f
Parents: eb85d3d
Author: Claus Ibsen <da...@apache.org>
Authored: Sun May 22 09:55:01 2016 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Sun May 22 10:36:17 2016 +0200

----------------------------------------------------------------------
 .../main/java/org/apache/camel/language/bean/BeanExpression.java | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/92b34669/camel-core/src/main/java/org/apache/camel/language/bean/BeanExpression.java
----------------------------------------------------------------------
diff --git a/camel-core/src/main/java/org/apache/camel/language/bean/BeanExpression.java b/camel-core/src/main/java/org/apache/camel/language/bean/BeanExpression.java
index 71c20b6..1efd256 100644
--- a/camel-core/src/main/java/org/apache/camel/language/bean/BeanExpression.java
+++ b/camel-core/src/main/java/org/apache/camel/language/bean/BeanExpression.java
@@ -108,10 +108,6 @@ public class BeanExpression implements Expression, Predicate {
             throw new RuntimeBeanExpressionException(exchange, beanName, method, cause);
         }
 
-//        if (method != null) {
-//            OgnlHelper.validateMethodName(method);
-//        }
-
         if (OgnlHelper.isValidOgnlExpression(method)) {
             // okay the method is an ognl expression
             OgnlInvokeProcessor ognl = new OgnlInvokeProcessor(beanHolder, method);