Improve thread safety of subclass ThreadLocalSecurityProvider. (#6)

* Synchronize overridden methods in the subclass which are synchronized in the superclass.

* Add Override annotations to the overridden methods.
1 file changed