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