forked from Qortal/qortal
Remove unused JDBC statement
This commit is contained in:
parent
190014cf96
commit
c8e7a00c08
@ -276,7 +276,7 @@ public class HSQLDBRepository implements Repository {
|
||||
return;
|
||||
}
|
||||
|
||||
try (Statement stmt = this.connection.createStatement()) {
|
||||
try {
|
||||
assertEmptyTransaction("connection close");
|
||||
|
||||
// Assume we are not going to be GC'd for a while
|
||||
|
Loading…
x
Reference in New Issue
Block a user