Refactor - remove unused method JdbcTransaction.notifyQueryOnly().

This commit is contained in:
Robin Bygrave
2016-08-04 23:25:50 +12:00
parent 479ac38537
commit 3344f0ddb0
@@ -853,12 +853,6 @@ public class JdbcTransaction implements SpiTransaction {
}
}
protected void notifyQueryOnly() {
if (manager != null) {
manager.notifyOfQueryOnly(this);
}
}
/**
* Rollback or Commit for query only transaction.
*/