...
This does not mean that a subclass can only synchronize on the Class
object of the base class and can safely use getClass()
.
Compliant Solution (1) (class name qualification)
...
...
This does not mean that a subclass can only synchronize on the Class
object of the base class and can safely use getClass()
.
...