Skip to content

Static properties dropped on non-static TokenStore classes

Choose a tag to compare

@g105b g105b released this 03 Dec 16:08
· 119 commits to master since this release

TokenStore classes were currently not programmed in accordance with the StyleGuide (mixed static and non-static members).

This release changes that and is potentially backwards breaking.