use INSTANCE instead .get() to get a factory instance
FrankHossfeld opened this issue · 0 comments
FrankHossfeld commented
In some cases factories provide a get()
-method to provide a facotry instnace other a static INSTANCE
-variable.
Change nalu in this way, that all factories use a a static INSTANCE
-variable.