This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 7a07bdb Fixed CS for Camel-Spring-Redis 7a07bdb is described below commit 7a07bdbed76f1ace1c88d3441c53b525936500d4 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Apr 30 14:08:21 2019 +0200 Fixed CS for Camel-Spring-Redis --- .../src/main/java/org/apache/camel/component/redis/RedisEndpoint.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-spring-redis/src/main/java/org/apache/camel/component/redis/RedisEndpoint.java b/components/camel-spring-redis/src/main/java/org/apache/camel/component/redis/RedisEndpoint.java index 81636ac..3a6162a 100644 --- a/components/camel-spring-redis/src/main/java/org/apache/camel/component/redis/RedisEndpoint.java +++ b/components/camel-spring-redis/src/main/java/org/apache/camel/component/redis/RedisEndpoint.java @@ -57,7 +57,7 @@ public class RedisEndpoint extends DefaultEndpoint { return answer; } -protected void doShutdown() throws Exception { + protected void doShutdown() throws Exception { super.doShutdown(); configuration.stop(); }