You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@polygene.apache.org by ni...@apache.org on 2017/04/13 10:59:41 UTC

[2/2] polygene-java git commit: Incorrect comment start.

Incorrect comment start.


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

Branch: refs/heads/develop
Commit: a2da00d1a3b30e30a42135580045b6253c7b9fb5
Parents: c64a9d8
Author: niclas <ni...@spicter.com>
Authored: Thu Apr 13 18:59:30 2017 +0800
Committer: niclas <ni...@spicter.com>
Committed: Thu Apr 13 18:59:30 2017 +0800

----------------------------------------------------------------------
 .../app/templates/RestAPIApplication/web.xml.tmpl                  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/polygene-java/blob/a2da00d1/tools/generator-polygene/app/templates/RestAPIApplication/web.xml.tmpl
----------------------------------------------------------------------
diff --git a/tools/generator-polygene/app/templates/RestAPIApplication/web.xml.tmpl b/tools/generator-polygene/app/templates/RestAPIApplication/web.xml.tmpl
index 75075b2..bdc6301 100644
--- a/tools/generator-polygene/app/templates/RestAPIApplication/web.xml.tmpl
+++ b/tools/generator-polygene/app/templates/RestAPIApplication/web.xml.tmpl
@@ -35,7 +35,7 @@
     </filter>
 <% } %>
 <% if( polygene.hasFeature( "security" ) ) { %>
-    <-- Filter all web requests.  This filter mapping is typically declared
+    <!-- Filter all web requests.  This filter mapping is typically declared
         before all others to ensure any other filters are secured as well: -->
     <filter-mapping>
         <filter-name>ShiroFilter</filter-name>