From ee346f90716caac9689eaaccb4e9490633d7ad9c Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Tue, 22 Oct 2013 13:43:38 +0000 Subject: [PATCH] WW-4152 Removes unused option git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1534635 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/resources/org/apache/struts2/default.properties | 5 ----- 1 file changed, 5 deletions(-) diff --git a/core/src/main/resources/org/apache/struts2/default.properties b/core/src/main/resources/org/apache/struts2/default.properties index 1da53b1f4..1abb1f3b8 100644 --- a/core/src/main/resources/org/apache/struts2/default.properties +++ b/core/src/main/resources/org/apache/struts2/default.properties @@ -24,11 +24,6 @@ ###(can be overridden by a struts.properties file in the root of the classpath) ### -### Specifies the Configuration used to configure Struts -### one could extend org.apache.struts2.config.Configuration -### to build one's customize way of getting the configurations parameters into Struts -# struts.configuration=org.apache.struts2.config.DefaultConfiguration - ### This can be used to set your default locale and encoding scheme # struts.locale=en_US struts.i18n.encoding=UTF-8