Closed ChargingBulle closed 7 years ago
There is a typo in NewPooledConnection.java:414 (Link goes directly to line inside Github repo) conection should be connection (with two N)
Throwable t = (Throwable) ii.next(); // System.err.print("[c3p0 -- conection resource close Exception]: "); // t.printStackTrace(); if ( logger.isLoggable( MLevel.INFO ) ) logger.log( MLevel.INFO, "[c3p0 -- conection resource close Exception]", t ); } } reset( txn_known_resolved ); if (closeExceptions.size() > 0)
Sorry for the minor ticket. I was unable to Comment the line itself. Thanks. Keep up the good work :)
There is a typo in NewPooledConnection.java:414 (Link goes directly to line inside Github repo) conection should be connection (with two N)
Sorry for the minor ticket. I was unable to Comment the line itself. Thanks. Keep up the good work :)