You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by ka...@apache.org on 2007/03/12 14:54:52 UTC

svn commit: r517219 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/EncryptionSuite.java

Author: kahatlen
Date: Mon Mar 12 06:54:52 2007
New Revision: 517219

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

Modified:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/EncryptionSuite.java

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/EncryptionSuite.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/EncryptionSuite.java?view=diff&rev=517219&r1=517218&r2=517219
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/EncryptionSuite.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/suites/EncryptionSuite.java Mon Mar 12 06:54:52 2007
@@ -22,7 +22,6 @@
 
 import java.sql.SQLException;
 
-import org.apache.derbyTesting.functionTests.tests.jdbcapi.LobStreamsTest;
 import org.apache.derbyTesting.junit.BaseJDBCTestCase;
 import org.apache.derbyTesting.junit.Decorator;
 import org.apache.derbyTesting.junit.JDBC;