rmannibucau commented on a change in pull request #183:
URL: https://github.com/apache/tomcat/pull/183#discussion_r730995255



##########
File path: 
modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/PooledConnection.java
##########
@@ -335,7 +308,7 @@ protected void connectUsingDriver() throws SQLException {
             }
         }
         if (connection==null) {
-            throw new SQLException("Driver:"+driver+" returned null for 
URL:"+driverURL);
+            throw new SQLException("Driver:"+parent.getDriver()+" returned 
null for URL:"+driverURL);

Review comment:
       this is not the global style so think it would be unlikely to be better 
with it




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to