Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ClientDataToSkinDataHelper: Remove SingletonTrait
SingletonTrait is pointless here for multiple reasons: 1) the class is final 2) this is protocol-specific translation of types, no loss of data or alternative mutation of it needs to occur Using SingletonTrait is an obstacle to separating the protocol library from the core code, so it has to go.
- Loading branch information