...
Because the the Helper
class is declared as public, it uses a private lock to handle synchronization in conformance with CON04CON07-J. Use private final lock objects to synchronize classes that may interact with untrusted code.
...
...
Because the the Helper
class is declared as public, it uses a private lock to handle synchronization in conformance with CON04CON07-J. Use private final lock objects to synchronize classes that may interact with untrusted code.
...