This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch camel-3.18.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.18.x by this push:
new 24a4f19ea98 Regen for commit c776ddd4e87883a5c33b437526fab90756d19d9d
(#8060)
24a4f19ea98 is described below
commit 24a4f19ea986b0167d6039dc596977633a4b162e
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