Skip to content
This repository has been archived by the owner on Mar 4, 2022. It is now read-only.

Remove SingletonHolders from service classes if they aren't needed anymore #116

Open
torok-peter opened this issue Oct 6, 2017 · 0 comments

Comments

@torok-peter
Copy link
Contributor

SingletonHolder was needed earlier to solve a static initialization order bug between the two services. Since static data has been moved out to a separate class, the SingletonHolders might not be needed anymore. Verify this and if so, remove them and move their code into the outer classes.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant