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 2018/03/16 12:28:20 UTC

[camel] branch master updated: CAMEL-12356: Fixed ClaimCheck EIP mbean issue.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ae1b445  CAMEL-12356: Fixed ClaimCheck EIP mbean issue.
ae1b445 is described below

commit ae1b445ad8387a5c6d0d630cd6bfe78bf2ed3bbb
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Mar 16 13:27:25 2018 +0100

    CAMEL-12356: Fixed ClaimCheck EIP mbean issue.
---
 .../java/org/apache/camel/management/mbean/ManagedClaimCheck.java   | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/camel-core/src/main/java/org/apache/camel/management/mbean/ManagedClaimCheck.java b/camel-core/src/main/java/org/apache/camel/management/mbean/ManagedClaimCheck.java
index 3dc3ecd..9857260 100644
--- a/camel-core/src/main/java/org/apache/camel/management/mbean/ManagedClaimCheck.java
+++ b/camel-core/src/main/java/org/apache/camel/management/mbean/ManagedClaimCheck.java
@@ -19,7 +19,6 @@ package org.apache.camel.management.mbean;
 import org.apache.camel.CamelContext;
 import org.apache.camel.api.management.ManagedResource;
 import org.apache.camel.api.management.mbean.ManagedClaimCheckMBean;
-import org.apache.camel.model.ExpressionNode;
 import org.apache.camel.model.ProcessorDefinition;
 import org.apache.camel.processor.ClaimCheckProcessor;
 
@@ -36,11 +35,6 @@ public class ManagedClaimCheck extends ManagedProcessor implements ManagedClaimC
     }
 
     @Override
-    public ExpressionNode getDefinition() {
-        return (ExpressionNode) super.getDefinition();
-    }
-
-    @Override
     public String getOperation() {
         return processor.getOperation();
     }

-- 
To stop receiving notification emails like this one, please contact
davsclaus@apache.org.