rajucomp commented on code in PR #462:
URL: https://github.com/apache/commons-dbcp/pull/462#discussion_r1884704138
##########
src/main/java/org/apache/commons/dbcp2/PoolingConnection.java:
##########
@@ -122,7 +121,6 @@ public synchronized void close() throws SQLException {
}
} finally {
try {
- @SuppressWarnings("resource")
Review Comment:
I think modern versions of IntelliJ suggest to remove this warnings. Thanks
for the context though. With that being said, there is no useful changes in the
PR to merit a review. I am gonna close this. Sorry for wasting your time.
--
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]