Repository: polygene-java Updated Branches: refs/heads/yeoman-work 0645fa494 -> 6959f7953
FOund that particular missing right paranthesis. Signed-off-by: niclas <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/polygene-java/repo Commit: http://git-wip-us.apache.org/repos/asf/polygene-java/commit/6959f795 Tree: http://git-wip-us.apache.org/repos/asf/polygene-java/tree/6959f795 Diff: http://git-wip-us.apache.org/repos/asf/polygene-java/diff/6959f795 Branch: refs/heads/yeoman-work Commit: 6959f7953001b573989657735a65fe5559177c21 Parents: 0645fa4 Author: niclas <[email protected]> Authored: Tue May 23 22:25:49 2017 +0800 Committer: niclas <[email protected]> Committed: Tue May 23 22:25:49 2017 +0800 ---------------------------------------------------------------------- .../app/templates/RestAPIApplication/bootstrap-test.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/polygene-java/blob/6959f795/tools/generator-polygene/app/templates/RestAPIApplication/bootstrap-test.tmpl ---------------------------------------------------------------------- diff --git a/tools/generator-polygene/app/templates/RestAPIApplication/bootstrap-test.tmpl b/tools/generator-polygene/app/templates/RestAPIApplication/bootstrap-test.tmpl index 6643fd9..0b4ecdc 100644 --- a/tools/generator-polygene/app/templates/RestAPIApplication/bootstrap-test.tmpl +++ b/tools/generator-polygene/app/templates/RestAPIApplication/bootstrap-test.tmpl @@ -45,7 +45,7 @@ public class BootstrapTest protected LayeredApplicationAssembler createApplicationAssembler() throws AssemblyException { -<% if( polygene.hasFeature( 'security' ) { +<% if( polygene.hasFeature( 'security' ) ) { %> DevelopmentKeyManagement.initializeKeyStore(); <% } %> return new <%= polygene.name %>ApplicationAssembler( "LaunchTest", "0", Application.Mode.development, BootstrapTest.this::setupTest );
