Skip to content

Commit 950b8c4

Browse files
committed
2 parents 8b89cde + 674d331 commit 950b8c4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

java/jdbc/BasicSamples/UCPSample.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,6 @@ public static void main(String args[]) throws Exception {
9898
// Perform a database operation
9999
doSQLWork(conn);
100100
}
101-
catch (SQLException e) {
102-
System.out.println("UCPSample - " + "SQLException occurred : "
103-
+ e.getMessage());
104-
}
105101
System.out.println("Available connections after checkin: "
106102
+ pds.getAvailableConnectionsCount());
107103
System.out.println("Borrowed connections after checkin: "

0 commit comments

Comments
 (0)