Repository: camel
Updated Branches:
  refs/heads/master b894f7637 -> df8d92075


fixed CS error


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

Branch: refs/heads/master
Commit: df8d92075336dcc479034c097f9a49ee77073d26
Parents: b894f76
Author: cmueller <cmuel...@apache.org>
Authored: Sat Feb 15 14:22:54 2014 +0100
Committer: cmueller <cmuel...@apache.org>
Committed: Sat Feb 15 14:23:10 2014 +0100

----------------------------------------------------------------------
 .../java/org/apache/camel/component/cxf/jaxrs/CxfRsEndpoint.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/df8d9207/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/jaxrs/CxfRsEndpoint.java
----------------------------------------------------------------------
diff --git 
a/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/jaxrs/CxfRsEndpoint.java
 
b/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/jaxrs/CxfRsEndpoint.java
index 9cb0b1d..242c027 100644
--- 
a/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/jaxrs/CxfRsEndpoint.java
+++ 
b/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/jaxrs/CxfRsEndpoint.java
@@ -198,7 +198,7 @@ public class CxfRsEndpoint extends DefaultEndpoint 
implements HeaderFilterStrate
         }
         // setup the features
         if (!getFeatures().isEmpty()) {
-            for (Feature feature: getFeatures()) {
+            for (Feature feature : getFeatures()) {
                 sfb.getFeatures().add(feature);
             }
         }

Reply via email to