Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fixed a few typos

...

This map (as with the majority of the maps, collections and bags in commons-collections) should be externally synchronized (by using - for example - Collections.synchronizeMap) when used in a multithreaded environment. When not appropriately synchronized, our analysis of the code indicates that NullPointerExceptions may be thrown. However, all those who have analysed the code have yet to find a use case when where a NullPointerException will may be thrown when the map is appropriately synchronized.

...