Renames excluded properties to excluded classes

This commit is contained in:
Lukasz Lenart
2014-05-03 20:13:10 +02:00
parent c778297e80
commit d5bd607c6f
@@ -17,6 +17,6 @@ public final class XWorkConstants {
public static final String RELOAD_XML_CONFIGURATION = "reloadXmlConfiguration";
public static final String ALLOW_STATIC_METHOD_ACCESS = "allowStaticMethodAccess";
public static final String XWORK_LOGGER_FACTORY = "xwork.loggerFactory";
public static final String OGNL_EXCLUDED_PROPERTIES = "ognlExcludedProperties";
public static final String OGNL_EXCLUDED_CLASSES = "ognlExcludedClasses";
}