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 d5bfdb7  Regen
d5bfdb7 is described below

commit d5bfdb7356c43ecf89815dd99138119f17f04e7b
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu Jan 21 15:28:02 2021 +0100

    Regen
---
 .../java/org/apache/camel/builder/Builder.java     | 22 +++++++++++-----------
 .../org/apache/camel/builder/BuilderSupport.java   |  3 ---
 2 files changed, 11 insertions(+), 14 deletions(-)

diff --git 
a/core/camel-core-model/src/main/java/org/apache/camel/builder/Builder.java 
b/core/camel-core-model/src/main/java/org/apache/camel/builder/Builder.java
index e1c5cc0..447a061 100644
--- a/core/camel-core-model/src/main/java/org/apache/camel/builder/Builder.java
+++ b/core/camel-core-model/src/main/java/org/apache/camel/builder/Builder.java
@@ -50,9 +50,9 @@ public final class Builder {
      * <p/>
      * This method accepts dual parameters. Either an bean instance or a 
reference to a bean (String).
      *
-     * @param  beanOrBeanRef either an instanceof a bean or a reference to 
bean to lookup in the Registry
-     * @return               the builder
-     * @deprecated use {@link #method(Object)}
+     * @param      beanOrBeanRef either an instanceof a bean or a reference to 
bean to lookup in the Registry
+     * @return                   the builder
+     * @deprecated               use {@link #method(Object)}
      */
     @Deprecated
     public static ValueBuilder bean(final Object beanOrBeanRef) {
@@ -64,10 +64,10 @@ public final class Builder {
      * <p/>
      * This method accepts dual parameters. Either an bean instance or a 
reference to a bean (String).
      *
-     * @param  beanOrBeanRef either an instanceof a bean or a reference to 
bean to lookup in the Registry
-     * @param  method        the method name
-     * @return               the builder
-     * @deprecated use {@link #method(Class, String)} (Object, String)}
+     * @param      beanOrBeanRef either an instanceof a bean or a reference to 
bean to lookup in the Registry
+     * @param      method        the method name
+     * @return                   the builder
+     * @deprecated               use {@link #method(Class, String)} (Object, 
String)}
      */
     @Deprecated
     public static ValueBuilder bean(Object beanOrBeanRef, String method) {
@@ -77,10 +77,10 @@ public final class Builder {
     /**
      * Returns a <a href="http://camel.apache.org/bean-language.html";>bean 
expression</a> value builder
      *
-     * @param  beanType the bean class which will be invoked
-     * @param  method   name of method to invoke
-     * @return          the builder
-     * @deprecated use {@link #method(Class, String)}
+     * @param      beanType the bean class which will be invoked
+     * @param      method   name of method to invoke
+     * @return              the builder
+     * @deprecated          use {@link #method(Class, String)}
      */
     @Deprecated
     public static ValueBuilder bean(Class<?> beanType, String method) {
diff --git 
a/core/camel-core-model/src/main/java/org/apache/camel/builder/BuilderSupport.java
 
b/core/camel-core-model/src/main/java/org/apache/camel/builder/BuilderSupport.java
index d8d8703..15cfde4 100644
--- 
a/core/camel-core-model/src/main/java/org/apache/camel/builder/BuilderSupport.java
+++ 
b/core/camel-core-model/src/main/java/org/apache/camel/builder/BuilderSupport.java
@@ -25,12 +25,9 @@ import org.apache.camel.Endpoint;
 import org.apache.camel.Expression;
 import org.apache.camel.NoSuchEndpointException;
 import org.apache.camel.RuntimeCamelException;
-import org.apache.camel.model.language.CSimpleExpression;
 import org.apache.camel.model.language.DatasonnetExpression;
 import org.apache.camel.model.language.ExchangePropertyExpression;
 import org.apache.camel.model.language.HeaderExpression;
-import org.apache.camel.model.language.JoorExpression;
-import org.apache.camel.model.language.JsonPathExpression;
 import org.apache.camel.model.language.XPathExpression;
 import org.apache.camel.support.builder.Namespaces;
 import org.apache.camel.util.ObjectHelper;

Reply via email to