You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2011/02/03 21:52:48 UTC

svn commit: r1066958 - /commons/proper/exec/trunk/src/test/java/org/apache/commons/exec/util/StringUtilTest.java

Author: ggregory
Date: Thu Feb  3 20:52:47 2011
New Revision: 1066958

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

Modified:
    commons/proper/exec/trunk/src/test/java/org/apache/commons/exec/util/StringUtilTest.java

Modified: commons/proper/exec/trunk/src/test/java/org/apache/commons/exec/util/StringUtilTest.java
URL: http://svn.apache.org/viewvc/commons/proper/exec/trunk/src/test/java/org/apache/commons/exec/util/StringUtilTest.java?rev=1066958&r1=1066957&r2=1066958&view=diff
==============================================================================
--- commons/proper/exec/trunk/src/test/java/org/apache/commons/exec/util/StringUtilTest.java (original)
+++ commons/proper/exec/trunk/src/test/java/org/apache/commons/exec/util/StringUtilTest.java Thu Feb  3 20:52:47 2011
@@ -18,12 +18,11 @@
 
 package org.apache.commons.exec.util;
 
-import junit.framework.TestCase;
-import org.apache.commons.exec.environment.EnvironmentUtils;
-
 import java.util.HashMap;
 import java.util.Map;
 
+import junit.framework.TestCase;
+
 public class StringUtilTest extends TestCase
 {
     /**