No effective change - code cleanup - remove unused throws exception

This commit is contained in:
Robin Bygrave
2015-07-31 20:58:18 +12:00
parent d6973ed88d
commit 00f4aee80a
@@ -173,7 +173,7 @@ public class PooledConnection extends ConnectionDelegator {
* closeDestroy() will close() the underlining connection properly.
* </p>
*/
public PooledConnection(DataSourcePool pool, int uniqueId, Connection connection) throws SQLException {
public PooledConnection(DataSourcePool pool, int uniqueId, Connection connection) {
super(connection);
this.pool = pool;