mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#1747 - Refactor ebeaninternal/server/persist access, switch
This commit is contained in:
@@ -26,7 +26,7 @@ class BatchDepthOrder {
|
||||
|
||||
int count;
|
||||
|
||||
public int increment() {
|
||||
int increment() {
|
||||
return count++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user