Versions Compared

Key

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

...

This noncompliant code example locks on a public non-final object in an attempt to use a lock different that differs from SomeObject's own intrinsic lock.

...