Remove unnecessary delegation.

pull/1/head
Brett Wooldridge 11 years ago
parent fc08920d6f
commit 7560ee2308

@ -450,16 +450,6 @@ public class ConnectionProxy implements IHikariConnectionProxy
}
}
public boolean getAutoCommit() throws SQLException
{
return delegate.getAutoCommit();
}
public void commit() throws SQLException
{
delegate.commit();
}
// ***********************************************************************
// These methods contain code we do not want injected into the actual
// java.sql.Connection implementation class. These methods are only

Loading…
Cancel
Save