Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jan 30, 2025
1 parent b02ed4a commit 005bc61
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@
* <a href="http://www.cs.umd.edu/~pugh/java/memoryModel/DoubleCheckedLocking.html">
* Double-Checked Locking Idiom Is Broken Declaration</a>.</p>
*
* @param <K> the type of keys maintained by this map
* @param <V> the type of mapped values
* @since Commons Collections 1.0
*/
class WeakFastHashMap<K, V> extends HashMap<K, V> {
Expand Down

0 comments on commit 005bc61

Please sign in to comment.