Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

...