Skip to content

Commit a22339f

Browse files
authored
Update ADBQuickStart.java
1 parent b0de77d commit a22339f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

java/jdbc/ConnectionSamples/ADBQuickStart.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ public static void main(String args[]) throws Exception {
103103
System.out.println("Borrowed connections after checkout: "
104104
+ pds.getBorrowedConnectionsCount());
105105
// Perform a database operation
106-
doSQLWork(conn);
107-
} catch (SQLException e) {
108-
System.out.println("ADBQuickStart - "
109-
+ "doSQLWork()- SQLException occurred : " + e.getMessage());
106+
doSQLWork(conn);
107+
} catch (SQLException e) {
108+
System.out.println("ADBQuickStart - "
109+
+ "doSQLWork()- SQLException occurred : " + e.getMessage());
110110
}
111111

112112
System.out.println("Available connections after checkin: "

0 commit comments

Comments
 (0)