Skip to content

Commit 6626c93

Browse files
committed
Remove unnecessary override
1 parent b8bc276 commit 6626c93

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

core/src/integration-test/java/com/scalar/db/storage/jdbc/JdbcAdminImportTableIntegrationTest.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
import com.scalar.db.api.TableMetadata;
77
import com.scalar.db.exception.storage.ExecutionException;
88
import com.scalar.db.io.DataType;
9-
import com.scalar.db.util.AdminTestUtils;
109
import java.sql.SQLException;
1110
import java.util.Collections;
1211
import java.util.List;
@@ -69,11 +68,6 @@ protected void dropNonImportableTable(String table) throws SQLException {
6968
testUtils.dropTable(getNamespace(), table);
7069
}
7170

72-
@Override
73-
protected AdminTestUtils getAdminTestUtils(String testName) {
74-
return new JdbcAdminTestUtils(getProperties(testName));
75-
}
76-
7771
@SuppressWarnings("unused")
7872
private boolean isOracle() {
7973
return JdbcEnv.isOracle();

0 commit comments

Comments
 (0)