reta commented on code in PR #2253:
URL: https://github.com/apache/cxf/pull/2253#discussion_r1939895364
##########
rt/ws/rm/src/main/java/org/apache/cxf/ws/rm/persistence/jdbc/RMTxStore.java:
##########
@@ -886,6 +886,8 @@ protected void verifyTable(Connection con, String
tableName, String[][] tableCol
while (rs.next()) {
dbCols.add(rs.getString(4));
}
+ rs.close();
Review Comment:
Same, could we please wrap in it a `try` block? thank you
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]