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

[camel] 04/11: (chores) camel-caffeine: cleanup verbose overrides

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 8e9df13ff0cfa210ab4f16293b0ea6c709377713
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Tue Apr 11 14:51:11 2023 +0200

    (chores) camel-caffeine: cleanup verbose overrides
---
 .../camel/component/caffeine/load/CaffeineLoadCacheEndpoint.java     | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/components/camel-caffeine/src/main/java/org/apache/camel/component/caffeine/load/CaffeineLoadCacheEndpoint.java b/components/camel-caffeine/src/main/java/org/apache/camel/component/caffeine/load/CaffeineLoadCacheEndpoint.java
index defa34ca675..1b4b8eba870 100644
--- a/components/camel-caffeine/src/main/java/org/apache/camel/component/caffeine/load/CaffeineLoadCacheEndpoint.java
+++ b/components/camel-caffeine/src/main/java/org/apache/camel/component/caffeine/load/CaffeineLoadCacheEndpoint.java
@@ -76,11 +76,6 @@ public class CaffeineLoadCacheEndpoint extends DefaultEndpoint {
         }
     }
 
-    @Override
-    protected void doStop() throws Exception {
-        super.doStop();
-    }
-
     CaffeineConfiguration getConfiguration() {
         return configuration;
     }