addressing code review comments
This commit is contained in:
parent
9c2d96ccd7
commit
16171e95d3
@ -13,7 +13,7 @@ public class JdbcDriverLoadingUnitTest {
|
||||
|
||||
@Before
|
||||
public void setup() throws SQLException {
|
||||
if(!org.postgresql.Driver.isRegistered()) {
|
||||
if (!org.postgresql.Driver.isRegistered()) {
|
||||
org.postgresql.Driver.register();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user