Skip to content

Commit

Permalink
CLDR-17288 fix an XPathTable startup issue
Browse files Browse the repository at this point in the history
- this affects new ST setups only. Would fail the first time only, each time.
  • Loading branch information
srl295 committed Jan 9, 2024
1 parent e70ed9b commit 143f53a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ private void setupDB(Connection ourConn) throws SQLException {
sql = null;
s.close();
s = null;
ourConn.commit();
} finally {
DBUtils.close(s);
if (sql != null) {
Expand Down

0 comments on commit 143f53a

Please sign in to comment.