Author: markt
Date: Sun Jan  3 15:58:39 2010
New Revision: 895428

URL: http://svn.apache.org/viewvc?rev=895428&view=rev
Log:
Remove unused methods

Modified:
    tomcat/trunk/java/org/apache/jasper/compiler/TagFileProcessor.java

Modified: tomcat/trunk/java/org/apache/jasper/compiler/TagFileProcessor.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/jasper/compiler/TagFileProcessor.java?rev=895428&r1=895427&r2=895428&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/jasper/compiler/TagFileProcessor.java 
(original)
+++ tomcat/trunk/java/org/apache/jasper/compiler/TagFileProcessor.java Sun Jan  
3 15:58:39 2010
@@ -352,28 +352,6 @@
                     nameFromAttribute, className, declare, scope));
         }
 
-        /*
-         * Returns the vector of attributes corresponding to attribute
-         * directives.
-         */
-        public Vector<TagAttributeInfo> getAttributesVector() {
-            return attributeVector;
-        }
-
-        /*
-         * Returns the vector of variables corresponding to variable 
directives.
-         */
-        public Vector<TagVariableInfo> getVariablesVector() {
-            return variableVector;
-        }
-
-        /*
-         * Returns the value of the dynamic-attributes tag directive attribute.
-         */
-        public String getDynamicAttributesMapName() {
-            return dynamicAttrsMapName;
-        }
-
         public TagInfo getTagInfo() throws JasperException {
 
             if (name == null) {



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to