We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b89cde + 674d331 commit 950b8c4Copy full SHA for 950b8c4
java/jdbc/BasicSamples/UCPSample.java
@@ -98,10 +98,6 @@ public static void main(String args[]) throws Exception {
98
// Perform a database operation
99
doSQLWork(conn);
100
}
101
- catch (SQLException e) {
102
- System.out.println("UCPSample - " + "SQLException occurred : "
103
- + e.getMessage());
104
- }
105
System.out.println("Available connections after checkin: "
106
+ pds.getAvailableConnectionsCount());
107
System.out.println("Borrowed connections after checkin: "
0 commit comments