You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2010/10/21 14:26:52 UTC

svn commit: r1025969 - /click/trunk/click/framework/test/org/apache/click/control/FormTest.java

Author: sabob
Date: Thu Oct 21 12:26:51 2010
New Revision: 1025969

URL: http://svn.apache.org/viewvc?rev=1025969&view=rev
Log:
remove unused imports

Modified:
    click/trunk/click/framework/test/org/apache/click/control/FormTest.java

Modified: click/trunk/click/framework/test/org/apache/click/control/FormTest.java
URL: http://svn.apache.org/viewvc/click/trunk/click/framework/test/org/apache/click/control/FormTest.java?rev=1025969&r1=1025968&r2=1025969&view=diff
==============================================================================
--- click/trunk/click/framework/test/org/apache/click/control/FormTest.java (original)
+++ click/trunk/click/framework/test/org/apache/click/control/FormTest.java Thu Oct 21 12:26:51 2010
@@ -17,8 +17,6 @@
  * under the License.
  */
 package org.apache.click.control;
-
-import java.util.Enumeration;
 import java.util.HashMap;
 import java.util.Map;
 import junit.framework.Assert;
@@ -26,7 +24,6 @@ import junit.framework.TestCase;
 import org.apache.click.MockContext;
 import org.apache.click.Page;
 import org.apache.click.servlet.MockRequest;
-import org.apache.click.util.ClickUtils;
 import org.apache.commons.lang.StringUtils;
 
 /**