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

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

commit b77072edfd0b35fa59c7833b19dfa2c523cc17f5
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Tue Apr 11 14:51:19 2023 +0200

    (chores) camel-chunk: cleanup verbose overrides
---
 .../main/java/org/apache/camel/component/chunk/ChunkEndpoint.java  | 7 -------
 1 file changed, 7 deletions(-)

diff --git 
a/components/camel-chunk/src/main/java/org/apache/camel/component/chunk/ChunkEndpoint.java
 
b/components/camel-chunk/src/main/java/org/apache/camel/component/chunk/ChunkEndpoint.java
index ddb8063dece..fdacf02f881 100644
--- 
a/components/camel-chunk/src/main/java/org/apache/camel/component/chunk/ChunkEndpoint.java
+++ 
b/components/camel-chunk/src/main/java/org/apache/camel/component/chunk/ChunkEndpoint.java
@@ -269,11 +269,4 @@ public class ChunkEndpoint extends ResourceEndpoint {
             theme = getOrCreateTheme();
         }
     }
-
-    @Override
-    protected void doStop() throws Exception {
-        super.doStop();
-
-        // noop
-    }
 }

Reply via email to