svn commit: r653855 - /tomcat/trunk/java/javax/servlet/jsp/el/ScopedAttributeELResolver.java

View: New views
1 Messages — Rating Filter:   Alert me  

svn commit: r653855 - /tomcat/trunk/java/javax/servlet/jsp/el/ScopedAttributeELResolver.java

by Mark Thomas-18 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Author: markt
Date: Tue May  6 10:52:29 2008
New Revision: 653855

URL: http://svn.apache.org/viewvc?rev=653855&view=rev
Log:
Code clean-up. Remove unused method.

Modified:
    tomcat/trunk/java/javax/servlet/jsp/el/ScopedAttributeELResolver.java

Modified: tomcat/trunk/java/javax/servlet/jsp/el/ScopedAttributeELResolver.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/javax/servlet/jsp/el/ScopedAttributeELResolver.java?rev=653855&r1=653854&r2=653855&view=diff
==============================================================================
--- tomcat/trunk/java/javax/servlet/jsp/el/ScopedAttributeELResolver.java (original)
+++ tomcat/trunk/java/javax/servlet/jsp/el/ScopedAttributeELResolver.java Tue May  6 10:52:29 2008
@@ -19,7 +19,6 @@
 
 import java.beans.FeatureDescriptor;
 import java.util.ArrayList;
-import java.util.Collection;
 import java.util.Enumeration;
 import java.util.Iterator;
 import java.util.List;
@@ -184,12 +183,6 @@
  return list.iterator();
  }
 
- private static void appendEnumeration(Collection c, Enumeration e) {
- while (e.hasMoreElements()) {
- c.add(e.nextElement());
- }
- }
-
  public Class<String> getCommonPropertyType(ELContext context, Object base) {
  if (base == null) {
  return String.class;



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...