Repository: camel Updated Branches: refs/heads/camel-2.13.x 8578b3fdf -> 4ef48c9d8 refs/heads/camel-2.14.x b561febac -> 02a6a7edb
Fixed a CS error of camel-netty Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/7abd1c27 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/7abd1c27 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/7abd1c27 Branch: refs/heads/camel-2.14.x Commit: 7abd1c272852aeddf8caa4c90bb829be8fccf26d Parents: b561feb Author: Willem Jiang <willem.ji...@gmail.com> Authored: Thu Oct 30 09:52:19 2014 +0800 Committer: Willem Jiang <willem.ji...@gmail.com> Committed: Thu Oct 30 10:35:14 2014 +0800 ---------------------------------------------------------------------- .../apache/camel/component/netty/DefaultClientPipelineFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/7abd1c27/components/camel-netty/src/main/java/org/apache/camel/component/netty/DefaultClientPipelineFactory.java ---------------------------------------------------------------------- diff --git a/components/camel-netty/src/main/java/org/apache/camel/component/netty/DefaultClientPipelineFactory.java b/components/camel-netty/src/main/java/org/apache/camel/component/netty/DefaultClientPipelineFactory.java index fe6dd9b..b997720 100644 --- a/components/camel-netty/src/main/java/org/apache/camel/component/netty/DefaultClientPipelineFactory.java +++ b/components/camel-netty/src/main/java/org/apache/camel/component/netty/DefaultClientPipelineFactory.java @@ -1,5 +1,5 @@ /** - * Licensed to the Apache Software Foundation (ASF) under one or more + * 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. * The ASF licenses this file to You under the Apache License, Version 2.0