You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zh...@apache.org on 2023/01/04 01:55:37 UTC

[camel-quarkus] branch main updated: fix qute package declaration (#4364)

This is an automated email from the ASF dual-hosted git repository.

zhfeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new 6a43bec266 fix qute package declaration (#4364)
6a43bec266 is described below

commit 6a43bec266f3af2d8bedb89142793e2f298cbca6
Author: Claudio Miranda <cl...@redhat.com>
AuthorDate: Tue Jan 3 22:55:32 2023 -0300

    fix qute package declaration (#4364)
---
 .../camel/quarkus/component/qute/{ => deployment}/QuteProcessor.java      | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/extensions/qute/deployment/src/main/java/org/apache/camel/quarkus/component/qute/QuteProcessor.java b/extensions/qute/deployment/src/main/java/org/apache/camel/quarkus/component/qute/deployment/QuteProcessor.java
similarity index 100%
rename from extensions/qute/deployment/src/main/java/org/apache/camel/quarkus/component/qute/QuteProcessor.java
rename to extensions/qute/deployment/src/main/java/org/apache/camel/quarkus/component/qute/deployment/QuteProcessor.java