This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new daeb1612fde Regen for commit c776ddd4e87883a5c33b437526fab90756d19d9d
(#8060)
daeb1612fde is described below
commit daeb1612fde2f7990bc5e9b7eea0e010e49dd079
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 28 10:29:22 2022 +0200
Regen for commit c776ddd4e87883a5c33b437526fab90756d19d9d (#8060)
Signed-off-by: GitHub <[email protected]>
Co-authored-by: davsclaus <[email protected]>
---
.../java/org/apache/camel/model/language/NamespaceAwareExpression.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/core/camel-core-model/src/main/java/org/apache/camel/model/language/NamespaceAwareExpression.java
b/core/camel-core-model/src/main/java/org/apache/camel/model/language/NamespaceAwareExpression.java
index b56ad715807..c6fb6399886 100644
---
a/core/camel-core-model/src/main/java/org/apache/camel/model/language/NamespaceAwareExpression.java
+++
b/core/camel-core-model/src/main/java/org/apache/camel/model/language/NamespaceAwareExpression.java
@@ -28,7 +28,6 @@ import javax.xml.bind.annotation.XmlTransient;
import org.apache.camel.model.PropertyDefinition;
import org.apache.camel.spi.Metadata;
import org.apache.camel.spi.NamespaceAware;
-import org.apache.camel.spi.annotations.DslProperty;
/**
* A useful base class for any expression which may be namespace or XML
content aware such as {@link XPathExpression} or