Skip to content
Snippets Groups Projects

F fix id generation

Merged Timm Fitschen requested to merge f-fix-id-generation into dev
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -60,7 +60,6 @@ public class LegacyIds extends EntityIdRegistryStrategy {
if (!isInit) {
init();
}
++currentMaxId;
return Integer.toString(++currentMaxId);
}
Loading