Author: kkolinko Date: Thu Feb 25 06:08:58 2010 New Revision: 916143 URL: http://svn.apache.org/viewvc?rev=916143&view=rev Log: Remove unused public methods
Modified: tomcat/trunk/java/org/apache/jasper/JspC.java Modified: tomcat/trunk/java/org/apache/jasper/JspC.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/JspC.java?rev=916143&r1=916142&r2=916143&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/jasper/JspC.java (original) +++ tomcat/trunk/java/org/apache/jasper/JspC.java Thu Feb 25 06:08:58 2010 @@ -452,10 +452,6 @@ errorOnUseBeanInvalidClassAttribute = b; } - public int getTagPoolSize() { - return Constants.MAX_POOL_SIZE; - } - /** * {...@inheritdoc} */ @@ -463,11 +459,6 @@ return mappedFile; } - // Off-line compiler, no need for security manager - public Object getProtectionDomain() { - return null; - } - /** * Sets the option to include debug information in compiled class. */ @@ -604,16 +595,6 @@ return scratchDir; } - public Class<?> getJspCompilerPlugin() { - // we don't compile, so this is meaningless - return null; - } - - public String getJspCompilerPath() { - // we don't compile, so this is meaningless - return null; - } - /** * {...@inheritdoc} */ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org