You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2011/04/07 22:05:51 UTC

svn commit: r1089970 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/StringUtilsSubstringTest.java

Author: sebb
Date: Thu Apr  7 20:05:50 2011
New Revision: 1089970

URL: http://svn.apache.org/viewvc?rev=1089970&view=rev
Log:
Unused import

Modified:
    commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/StringUtilsSubstringTest.java

Modified: commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/StringUtilsSubstringTest.java
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/StringUtilsSubstringTest.java?rev=1089970&r1=1089969&r2=1089970&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/StringUtilsSubstringTest.java (original)
+++ commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/StringUtilsSubstringTest.java Thu Apr  7 20:05:50 2011
@@ -17,7 +17,6 @@
 package org.apache.commons.lang3;
 
 import junit.framework.TestCase;
-import org.junit.Assert;
 
 /**
  * Unit tests {@link org.apache.commons.lang3.StringUtils} - Substring methods