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

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

commit 0013a31dc44d5c70ef4a8287a84288253a7b4f0c
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri Apr 21 09:54:05 2023 +0200

    Fixed build
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 .../example/resume/fileset/clusterized/main/ClusterizedListener.java  | 4 ----
 1 file changed, 4 deletions(-)

diff --git 
a/examples/resume-api/resume-api-fileset-clusterized/src/main/java/org/apache/camel/example/resume/fileset/clusterized/main/ClusterizedListener.java
 
b/examples/resume-api/resume-api-fileset-clusterized/src/main/java/org/apache/camel/example/resume/fileset/clusterized/main/ClusterizedListener.java
index 677024c3..e52622ab 100644
--- 
a/examples/resume-api/resume-api-fileset-clusterized/src/main/java/org/apache/camel/example/resume/fileset/clusterized/main/ClusterizedListener.java
+++ 
b/examples/resume-api/resume-api-fileset-clusterized/src/main/java/org/apache/camel/example/resume/fileset/clusterized/main/ClusterizedListener.java
@@ -64,10 +64,6 @@ class ClusterizedListener implements MainListener {
     public void afterConfigure(BaseMainSupport main) {
     }
 
-    @Override
-    public void configure(CamelContext context) {
-    }
-
     @Override
     public void beforeStart(BaseMainSupport main) {
     }

Reply via email to