mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Refactor - remove unused method JdbcTransaction.notifyQueryOnly().
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user