Skip to content
Snippets Groups Projects
Commit 06cebb33 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

Merge branch 'f-fix-id-generation' into 'dev'

F fix id generation

See merge request !114
parents c433eeff 4d8850b9
No related branches found
No related tags found
2 merge requests!117Release 0.12.2,!114F fix id generation
Pipeline #46976 passed
...@@ -60,7 +60,6 @@ public class LegacyIds extends EntityIdRegistryStrategy { ...@@ -60,7 +60,6 @@ public class LegacyIds extends EntityIdRegistryStrategy {
if (!isInit) { if (!isInit) {
init(); init();
} }
++currentMaxId;
return Integer.toString(++currentMaxId); return Integer.toString(++currentMaxId);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment