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 rh...@apache.org on 2017/12/27 15:52:42 UTC

svn commit: r1819343 [2/2] - in /db/derby/code/trunk/java: client/org/apache/derby/client/ client/org/apache/derby/client/am/ drda/org/apache/derby/impl/drda/ engine/org/apache/derby/catalog/types/ engine/org/apache/derby/diag/ engine/org/apache/derby/...

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_RawStoreFactory.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_RawStoreFactory.java?rev=1819343&r1=1819342&r2=1819343&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_RawStoreFactory.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_RawStoreFactory.java Wed Dec 27 15:52:42 2017
@@ -38,7 +38,7 @@ import org.apache.derby.iapi.services.uu
 import org.apache.derby.catalog.UUID;
 import org.apache.derby.iapi.db.Database;
 import org.apache.derby.iapi.services.property.PropertyUtil;
-import org.apache.derby.iapi.error.ExceptionSeverity;
+import org.apache.derby.shared.common.error.ExceptionSeverity;
 import org.apache.derby.iapi.error.StandardException;
 
 import org.apache.derby.iapi.store.access.*;

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_Util.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_Util.java?rev=1819343&r1=1819342&r2=1819343&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_Util.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/unitTests/store/T_Util.java Wed Dec 27 15:52:42 2017
@@ -48,7 +48,7 @@ import org.apache.derby.iapi.types.DataV
 
 import org.apache.derby.shared.common.reference.Attribute;
 import org.apache.derby.iapi.services.property.PropertyUtil;
-import org.apache.derby.iapi.error.ExceptionSeverity;
+import org.apache.derby.shared.common.error.ExceptionSeverity;
 import java.io.*;
 import java.util.Properties;
 import org.apache.derby.iapi.types.SQLChar;