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:16 UTC

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

[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
             }