Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: just fixed formatting

...

Wiki Markup
The documentation of a class that does support client-side locking should explicitly state its applicability. 
For instance, the class {{java.util.concurrent.ConcurrentHashMap<K,V>}} should not be used for client-side locking, because documentation states \[[API 06|AA. Java References#API 06]\]:

...