From f2b52612b8d3cf3cd6a01cc8246769c5ec4fc789 Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Thu, 13 Mar 2014 19:16:13 +0100 Subject: [PATCH] Comments out defaults which are already defined in Java classes --- .../main/resources/org/apache/struts2/default.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/src/main/resources/org/apache/struts2/default.properties b/core/src/main/resources/org/apache/struts2/default.properties index ea3bc0cc4..5d49802c2 100644 --- a/core/src/main/resources/org/apache/struts2/default.properties +++ b/core/src/main/resources/org/apache/struts2/default.properties @@ -135,7 +135,7 @@ struts.devMode = false ### when set to true, resource bundles will be reloaded on _every_ request. ### this is good during development, but should never be used in production -struts.i18n.reload=false +### struts.i18n.reload=false ### Standard UI theme ### Change this to reflect which path should be used for JSP control tag templates by default @@ -148,7 +148,7 @@ struts.ui.templateSuffix=ftl ### Configuration reloading ### This will cause the configuration to reload struts.xml when it is changed -struts.configuration.xml.reload=false +### struts.configuration.xml.reload=false ### Location of velocity.properties file. defaults to velocity.properties struts.velocity.configfile = velocity.properties @@ -179,7 +179,7 @@ struts.dispatcher.parametersWorkaround = false ### Enables caching of FreeMarker templates ### Has the same effect as copying the templates under WEB_APP/templates -struts.freemarker.templatesCache=false +### struts.freemarker.templatesCache=false ### Enables caching of models on the BeanWrapper struts.freemarker.beanwrapperCache=false