mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
No effective change - code cleanup - remove unused throws exception
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user