Author: markt Date: Sat Feb 16 22:33:56 2013 New Revision: 1446969 URL: http://svn.apache.org/r1446969 Log: Remove unused constants
Modified: tomcat/trunk/java/org/apache/jasper/Constants.java Modified: tomcat/trunk/java/org/apache/jasper/Constants.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/Constants.java?rev=1446969&r1=1446968&r2=1446969&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/jasper/Constants.java (original) +++ tomcat/trunk/java/org/apache/jasper/Constants.java Sat Feb 16 22:33:56 2013 @@ -48,11 +48,6 @@ public class Constants { System.getProperty("org.apache.jasper.Constants.SERVICE_METHOD_NAME", "_jspService"); /** - * Default servlet content type. - */ - public static final String SERVLET_CONTENT_TYPE = "text/html"; - - /** * These classes/packages are automatically imported by the * generated code. */ @@ -216,12 +211,6 @@ public class Constants { public static final String CATALINA_HOME_PROP = "catalina.home"; /** - * Name of the system property containing - * the tomcat instance installation path - */ - public static final String CATALINA_BASE_PROP = "catalina.base"; - - /** * Name of system property containing default list of JARs to skip when * scanning JARs for configuration elements such as TLDs. */ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org