Removed old code
This commit is contained in:
parent
8232759f8c
commit
df2c535bd4
@ -65,6 +65,6 @@ public class IDGenerator {
|
|||||||
* @return the next generated ID
|
* @return the next generated ID
|
||||||
*/
|
*/
|
||||||
public synchronized Id getNext() {
|
public synchronized Id getNext() {
|
||||||
return new Id<Long>(next_id++);
|
return new Id<>(next_id++);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user