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