Skip to content

Commit 2f3eccc

Browse files
committed
Remove unnecessary instantiation
1 parent 751637d commit 2f3eccc

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/test/java/com/nordstrom/common/jdbc/DatabaseUtilsTest.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,6 @@
1212

1313
public class DatabaseUtilsTest {
1414

15-
static {
16-
try {
17-
Class.forName("org.apache.derby.jdbc.EmbeddedDriver").newInstance();
18-
} catch (ClassNotFoundException | InstantiationException | IllegalAccessException e) {
19-
throw new RuntimeException("Unable to load the Derby JDBC driver", e);
20-
}
21-
}
22-
2315
@BeforeClass
2416
public static void startDerby() {
2517
Connection conn = null;

0 commit comments

Comments
 (0)