Skip to content

Commit 005bc61

Browse files
committed
Javadoc
1 parent b02ed4a commit 005bc61

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/org/apache/commons/beanutils/WeakFastHashMap.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@
5858
* <a href="http://www.cs.umd.edu/~pugh/java/memoryModel/DoubleCheckedLocking.html">
5959
* Double-Checked Locking Idiom Is Broken Declaration</a>.</p>
6060
*
61+
* @param <K> the type of keys maintained by this map
62+
* @param <V> the type of mapped values
6163
* @since Commons Collections 1.0
6264
*/
6365
class WeakFastHashMap<K, V> extends HashMap<K, V> {

0 commit comments

Comments
 (0)