Line length 120.

Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/cc7f0700
Tree: http://git-wip-us.apache.org/repos/asf/commons-dbcp/tree/cc7f0700
Diff: http://git-wip-us.apache.org/repos/asf/commons-dbcp/diff/cc7f0700

Branch: refs/heads/release
Commit: cc7f070063cbecf7289918e63150696ede9efeb9
Parents: 6a612f3
Author: Gary Gregory <garydgreg...@gmail.com>
Authored: Mon Jun 11 17:41:24 2018 -0600
Committer: Gary Gregory <garydgreg...@gmail.com>
Committed: Mon Jun 11 17:41:24 2018 -0600

----------------------------------------------------------------------
 .../org/apache/commons/dbcp2/cpdsadapter/DriverAdapterCPDS.java   | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/cc7f0700/src/main/java/org/apache/commons/dbcp2/cpdsadapter/DriverAdapterCPDS.java
----------------------------------------------------------------------
diff --git 
a/src/main/java/org/apache/commons/dbcp2/cpdsadapter/DriverAdapterCPDS.java 
b/src/main/java/org/apache/commons/dbcp2/cpdsadapter/DriverAdapterCPDS.java
index 49a20d6..6c4479d 100644
--- a/src/main/java/org/apache/commons/dbcp2/cpdsadapter/DriverAdapterCPDS.java
+++ b/src/main/java/org/apache/commons/dbcp2/cpdsadapter/DriverAdapterCPDS.java
@@ -158,8 +158,7 @@ public class DriverAdapterCPDS implements 
ConnectionPoolDataSource, Referenceabl
             throws SQLException {
         getConnectionCalled = true;
         PooledConnectionImpl pooledConnection = null;
-        // Workaround for buggy WebLogic 5.1 classloader - ignore the
-        // exception upon first invocation.
+        // Workaround for buggy WebLogic 5.1 classloader - ignore the 
exception upon first invocation.
         try {
             if (connectionProperties != null) {
                 update(connectionProperties, KEY_USER, pooledUserName);

Reply via email to