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/15 03:29:33 UTC

[camel] branch master updated: Fixed CS

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 a0e5349  Fixed CS
a0e5349 is described below

commit a0e5349edeeecdb0545dd711e54c7cc2091906db
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Apr 15 05:29:20 2019 +0200

    Fixed CS
---
 .../org/apache/camel/support/language/AnnotationExpressionFactory.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git a/core/camel-support/src/main/java/org/apache/camel/support/language/AnnotationExpressionFactory.java b/core/camel-support/src/main/java/org/apache/camel/support/language/AnnotationExpressionFactory.java
index 1abd636..1bb3980 100644
--- a/core/camel-support/src/main/java/org/apache/camel/support/language/AnnotationExpressionFactory.java
+++ b/core/camel-support/src/main/java/org/apache/camel/support/language/AnnotationExpressionFactory.java
@@ -20,7 +20,6 @@ import java.lang.annotation.Annotation;
 
 import org.apache.camel.CamelContext;
 import org.apache.camel.Expression;
-import org.apache.camel.support.language.LanguageAnnotation;
 
 /**
  * A factory which creates an {@link Expression} object from an annotation on a field, property or method parameter