Make the things we can private and final.

pull/22/head
Brett Wooldridge 11 years ago
parent fb6a7680b9
commit 0df4142a05

@ -32,10 +32,10 @@ public abstract class StatementProxy implements Statement
protected final IHikariConnectionProxy connection;
protected boolean isClosed;
protected final Statement delegate;
private boolean isClosed;
static
{
PROXY_FACTORY = JavassistProxyFactoryFactory.getProxyFactory();

Loading…
Cancel
Save