Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: grammar fixes, linked to JLS sections, used Section and Pi chars

...

A related error can arise when a programmer declares a static final reference to a mutable object; see guideline OBJ01-J. Do not assume that declaring a final reference to be final causes makes the referenced object to be immutable for additional information.

...