You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2013/11/09 01:28:59 UTC

svn commit: r1540230 - in /commons/proper/functor/trunk/core/src/test/java/org/apache/commons/functor: BaseFunctorTest.java generator/util/TestEachElement.java

Author: mbenson
Date: Sat Nov  9 00:28:59 2013
New Revision: 1540230

URL: http://svn.apache.org/r1540230
Log:
unused imports

Modified:
    commons/proper/functor/trunk/core/src/test/java/org/apache/commons/functor/BaseFunctorTest.java
    commons/proper/functor/trunk/core/src/test/java/org/apache/commons/functor/generator/util/TestEachElement.java

Modified: commons/proper/functor/trunk/core/src/test/java/org/apache/commons/functor/BaseFunctorTest.java
URL: http://svn.apache.org/viewvc/commons/proper/functor/trunk/core/src/test/java/org/apache/commons/functor/BaseFunctorTest.java?rev=1540230&r1=1540229&r2=1540230&view=diff
==============================================================================
--- commons/proper/functor/trunk/core/src/test/java/org/apache/commons/functor/BaseFunctorTest.java (original)
+++ commons/proper/functor/trunk/core/src/test/java/org/apache/commons/functor/BaseFunctorTest.java Sat Nov  9 00:28:59 2013
@@ -20,12 +20,6 @@ import static org.junit.Assert.assertEqu
 import static org.junit.Assert.assertNotNull;
 import static org.junit.Assert.assertTrue;
 
-import java.io.ByteArrayInputStream;
-import java.io.ByteArrayOutputStream;
-import java.io.ObjectInputStream;
-import java.io.ObjectOutputStream;
-import java.io.Serializable;
-
 import org.junit.Test;
 
 /**

Modified: commons/proper/functor/trunk/core/src/test/java/org/apache/commons/functor/generator/util/TestEachElement.java
URL: http://svn.apache.org/viewvc/commons/proper/functor/trunk/core/src/test/java/org/apache/commons/functor/generator/util/TestEachElement.java?rev=1540230&r1=1540229&r2=1540230&view=diff
==============================================================================
--- commons/proper/functor/trunk/core/src/test/java/org/apache/commons/functor/generator/util/TestEachElement.java (original)
+++ commons/proper/functor/trunk/core/src/test/java/org/apache/commons/functor/generator/util/TestEachElement.java Sat Nov  9 00:28:59 2013
@@ -17,7 +17,6 @@
 package org.apache.commons.functor.generator.util;
 
 import static org.junit.Assert.assertEquals;
-import static org.junit.Assert.assertNotNull;
 import static org.junit.Assert.assertNull;
 
 import java.util.ArrayList;