You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by dk...@apache.org on 2017/07/26 17:16:10 UTC

camel git commit: Fix checkstyle whitespace

Repository: camel
Updated Branches:
  refs/heads/master 01821f2a6 -> 33ff7aee6


Fix checkstyle whitespace


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

Branch: refs/heads/master
Commit: 33ff7aee6643111911462025f251988eb02364a8
Parents: 01821f2
Author: Daniel Kulp <dk...@apache.org>
Authored: Wed Jul 26 13:15:17 2017 -0400
Committer: Daniel Kulp <dk...@apache.org>
Committed: Wed Jul 26 13:15:37 2017 -0400

----------------------------------------------------------------------
 .../org/apache/camel/tools/apt/CoreEipAnnotationProcessor.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/33ff7aee/tooling/apt/src/main/java/org/apache/camel/tools/apt/CoreEipAnnotationProcessor.java
----------------------------------------------------------------------
diff --git a/tooling/apt/src/main/java/org/apache/camel/tools/apt/CoreEipAnnotationProcessor.java b/tooling/apt/src/main/java/org/apache/camel/tools/apt/CoreEipAnnotationProcessor.java
index 9736311..ae30ce7 100644
--- a/tooling/apt/src/main/java/org/apache/camel/tools/apt/CoreEipAnnotationProcessor.java
+++ b/tooling/apt/src/main/java/org/apache/camel/tools/apt/CoreEipAnnotationProcessor.java
@@ -576,7 +576,7 @@ public class CoreEipAnnotationProcessor {
                 deprecationNote = metadata.deprecationNode();
             }
 
-            EipOption ep = new EipOption(name, displayName, kind, fieldTypeName, required, defaultValue, docComment, deprecated, deprecationNote, false,null, true, oneOfTypes, false);
+            EipOption ep = new EipOption(name, displayName, kind, fieldTypeName, required, defaultValue, docComment, deprecated, deprecationNote, false, null, true, oneOfTypes, false);
             eipOptions.add(ep);
         }
     }
@@ -814,7 +814,7 @@ public class CoreEipAnnotationProcessor {
                 deprecationNote = metadata.deprecationNode();
             }
 
-            EipOption ep = new EipOption(name, displayName, kind, fieldTypeName, true, "", "", deprecated, deprecationNote,false, null, true, oneOfTypes, false);
+            EipOption ep = new EipOption(name, displayName, kind, fieldTypeName, true, "", "", deprecated, deprecationNote, false, null, true, oneOfTypes, false);
             eipOptions.add(ep);
         }
     }