#1747 - Refactor ebeaninternal/server/persist access, switch

This commit is contained in:
rob bygrave
2019-07-02 21:39:07 +12:00
parent bc5db1e46a
commit f4a7d0b6ad
25 changed files with 54 additions and 94 deletions
@@ -26,7 +26,7 @@ class BatchDepthOrder {
int count;
public int increment() {
int increment() {
return count++;
}
}