[jboss-cvs] JBossAS SVN: r60198 - branches/Branch_4_2/testsuite/src/resources/cluster/http/http-field.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 2 11:15:26 EST 2007


Author: bstansberry at jboss.com
Date: 2007-02-02 11:15:26 -0500 (Fri, 02 Feb 2007)
New Revision: 60198

Modified:
   branches/Branch_4_2/testsuite/src/resources/cluster/http/http-field/removeAttribute.jsp
Log:
Remove unneeded imports

Modified: branches/Branch_4_2/testsuite/src/resources/cluster/http/http-field/removeAttribute.jsp
===================================================================
--- branches/Branch_4_2/testsuite/src/resources/cluster/http/http-field/removeAttribute.jsp	2007-02-02 16:13:00 UTC (rev 60197)
+++ branches/Branch_4_2/testsuite/src/resources/cluster/http/http-field/removeAttribute.jsp	2007-02-02 16:15:26 UTC (rev 60198)
@@ -1,6 +1,6 @@
 <%@page contentType="text/html"
-   import="java.util.*, javax.servlet.ServletContext, org.jboss.test.cluster.web.aop.Person,
-   org.jboss.test.cluster.web.aop.Address"
+   import="java.util.*, 
+   javax.servlet.ServletContext"
 %>
 
 <% 




More information about the jboss-cvs-commits mailing list