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 2015/12/21 15:33:15 UTC

[1/2] camel git commit: [CAMEL-9437] Fix checkstyle indentation violation for generated API test cases

Repository: camel
Updated Branches:
  refs/heads/camel-2.16.x 882ea2a71 -> a5f8e2d5c
  refs/heads/master dda5d5b46 -> b7f4e7ac2


[CAMEL-9437] Fix checkstyle indentation violation for generated API test cases


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

Branch: refs/heads/master
Commit: b7f4e7ac288c93b5ebbb77560ce02c9f513cead7
Parents: dda5d5b
Author: lburgazzoli <lb...@gmail.com>
Authored: Mon Dec 21 14:37:01 2015 +0100
Committer: lburgazzoli <lb...@gmail.com>
Committed: Mon Dec 21 14:37:01 2015 +0100

----------------------------------------------------------------------
 .../src/main/resources/api-route-test.vm                           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/b7f4e7ac/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-route-test.vm
----------------------------------------------------------------------
diff --git a/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-route-test.vm b/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-route-test.vm
index fbaa21f..13998d6 100644
--- a/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-route-test.vm
+++ b/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-route-test.vm
@@ -99,7 +99,7 @@ requestBodyAndHeaders("direct://${model.UniqueName}", null, headers);
 #set ( $args = $model.Arguments )
                 // test route for $model.Name
                 from("direct://${model.UniqueName}")
-                  .to("${scheme}://" + PATH_PREFIX + "/${model.Name}#if ( $args.size() == 1 )?inBody=${args.get(0).Name}#end");
+                    .to("${scheme}://" + PATH_PREFIX + "/${model.Name}#if ( $args.size() == 1 )?inBody=${args.get(0).Name}#end");
 
 #end
             }


[2/2] camel git commit: [CAMEL-9437] Fix checkstyle indentation violation for generated API test cases

Posted by da...@apache.org.
[CAMEL-9437] Fix checkstyle indentation violation for generated API test cases


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

Branch: refs/heads/camel-2.16.x
Commit: a5f8e2d5ca142a282619488de574c1dd53e6f6ad
Parents: 882ea2a
Author: lburgazzoli <lb...@gmail.com>
Authored: Mon Dec 21 14:37:01 2015 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Mon Dec 21 15:33:07 2015 +0100

----------------------------------------------------------------------
 .../src/main/resources/api-route-test.vm                           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/a5f8e2d5/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-route-test.vm
----------------------------------------------------------------------
diff --git a/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-route-test.vm b/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-route-test.vm
index fbaa21f..13998d6 100644
--- a/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-route-test.vm
+++ b/tooling/maven/camel-api-component-maven-plugin/src/main/resources/api-route-test.vm
@@ -99,7 +99,7 @@ requestBodyAndHeaders("direct://${model.UniqueName}", null, headers);
 #set ( $args = $model.Arguments )
                 // test route for $model.Name
                 from("direct://${model.UniqueName}")
-                  .to("${scheme}://" + PATH_PREFIX + "/${model.Name}#if ( $args.size() == 1 )?inBody=${args.get(0).Name}#end");
+                    .to("${scheme}://" + PATH_PREFIX + "/${model.Name}#if ( $args.size() == 1 )?inBody=${args.get(0).Name}#end");
 
 #end
             }