I took some time and made the Yggdrasil-Utils code checkstyle approved
Added missing Javadocs (thanks github copilot)
Corrected formatting
Also changed the way namespaces are handled, since they were harcoded at 2 different places before.
Now when adding an entity to the store it will add the namespaces to the store namespace.
And when getting an entity from the store it will also pass on the namespaces.
-> Not perfect since namespace is global in the store, but already much more robust implementation
I took some time and made the Yggdrasil-Utils code checkstyle approved
Also changed the way namespaces are handled, since they were harcoded at 2 different places before. Now when adding an entity to the store it will add the namespaces to the store namespace. And when getting an entity from the store it will also pass on the namespaces. -> Not perfect since namespace is global in the store, but already much more robust implementation