Skip to content

Commit

Permalink
Fix parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
ebocher committed Jun 10, 2020
1 parent e3c5504 commit c01f6f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,7 @@ private void parseFeatures(JsonParser jp) throws IOException, SQLException {
connection.commit();
preparedStatement.clearBatch();
}catch (SQLException ex){
throw new SQLException(ex.getNextException()));
throw new SQLException(ex.getNextException());
}
}
} else {
Expand Down

0 comments on commit c01f6f9

Please sign in to comment.