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.
1 parent b0de77d commit a22339fCopy full SHA for a22339f
java/jdbc/ConnectionSamples/ADBQuickStart.java
@@ -103,10 +103,10 @@ public static void main(String args[]) throws Exception {
103
System.out.println("Borrowed connections after checkout: "
104
+ pds.getBorrowedConnectionsCount());
105
// Perform a database operation
106
- doSQLWork(conn);
107
- } catch (SQLException e) {
108
- System.out.println("ADBQuickStart - "
109
- + "doSQLWork()- SQLException occurred : " + e.getMessage());
+ doSQLWork(conn);
+ } catch (SQLException e) {
+ System.out.println("ADBQuickStart - "
+ + "doSQLWork()- SQLException occurred : " + e.getMessage());
110
}
111
112
System.out.println("Available connections after checkin: "
0 commit comments