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 2019/04/24 08:32:02 UTC

[camel] branch master updated: camel3 - A little bit more modularization

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 7886331  camel3 - A little bit more modularization
7886331 is described below

commit 7886331dfbd4b95080988c26ba7f8cb03b09c4b3
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Apr 24 10:26:35 2019 +0200

    camel3 - A little bit more modularization
---
 .../apache/camel/component/bean/DefaultParameterMappingStrategy.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/camel-core/src/main/java/org/apache/camel/component/bean/DefaultParameterMappingStrategy.java b/core/camel-core/src/main/java/org/apache/camel/component/bean/DefaultParameterMappingStrategy.java
index 4d4bc8e..5c4e6d2 100644
--- a/core/camel-core/src/main/java/org/apache/camel/component/bean/DefaultParameterMappingStrategy.java
+++ b/core/camel-core/src/main/java/org/apache/camel/component/bean/DefaultParameterMappingStrategy.java
@@ -24,8 +24,8 @@ import org.apache.camel.Exchange;
 import org.apache.camel.Expression;
 import org.apache.camel.Message;
 import org.apache.camel.TypeConverter;
-import org.apache.camel.builder.ExpressionBuilder;
 import org.apache.camel.spi.Registry;
+import org.apache.camel.support.builder.ExpressionBuilder;
 
 /**
  * Represents the strategy used to figure out how to map a message exchange to a POJO method invocation