You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2016/06/05 08:40:13 UTC

[2/3] camel git commit: CS-fixes, but still an error on size of method and class

CS-fixes, but still an error on size of method and class


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/add3d66f
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/add3d66f
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/add3d66f

Branch: refs/heads/master
Commit: add3d66f29ca8b24efae3399ea84dd74bcac6266
Parents: 3232a4a
Author: Arno Noordover <an...@users.noreply.github.com>
Authored: Sat Jun 4 16:42:10 2016 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Sun Jun 5 09:30:50 2016 +0200

----------------------------------------------------------------------
 .../java/org/apache/camel/component/redis/ExchangeConverter.java | 2 +-
 .../java/org/apache/camel/component/redis/RedisProducer.java     | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/add3d66f/components/camel-spring-redis/src/main/java/org/apache/camel/component/redis/ExchangeConverter.java
----------------------------------------------------------------------
diff --git a/components/camel-spring-redis/src/main/java/org/apache/camel/component/redis/ExchangeConverter.java b/components/camel-spring-redis/src/main/java/org/apache/camel/component/redis/ExchangeConverter.java
index cdae518..84889e9 100644
--- a/components/camel-spring-redis/src/main/java/org/apache/camel/component/redis/ExchangeConverter.java
+++ b/components/camel-spring-redis/src/main/java/org/apache/camel/component/redis/ExchangeConverter.java
@@ -1,4 +1,4 @@
-/*
+/**
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.

http://git-wip-us.apache.org/repos/asf/camel/blob/add3d66f/components/camel-spring-redis/src/main/java/org/apache/camel/component/redis/RedisProducer.java
----------------------------------------------------------------------
diff --git a/components/camel-spring-redis/src/main/java/org/apache/camel/component/redis/RedisProducer.java b/components/camel-spring-redis/src/main/java/org/apache/camel/component/redis/RedisProducer.java
index 3df1ccb..990963a 100755
--- a/components/camel-spring-redis/src/main/java/org/apache/camel/component/redis/RedisProducer.java
+++ b/components/camel-spring-redis/src/main/java/org/apache/camel/component/redis/RedisProducer.java
@@ -1,4 +1,4 @@
-/*
+/**
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
@@ -30,7 +30,7 @@ import org.apache.camel.impl.HeaderSelectorProducer;
 final class RedisProducer extends HeaderSelectorProducer {
     private final Map<String, Processor> processors = new HashMap<>();
 
-    public RedisProducer(Endpoint endpoint,
+    RedisProducer(Endpoint endpoint,
                          RedisClient redisClient,
                          String header,
                          String defaultHeaderValue,