From fa3dd56b836208944683de8a50bb36e96b5e001e Mon Sep 17 00:00:00 2001 From: chibash Date: Fri, 2 Nov 2018 01:49:10 +0900 Subject: fixes bugs in javadoc comments --- src/main/javassist/scopedpool/SoftValueHashMap.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/main/javassist/scopedpool/SoftValueHashMap.java') diff --git a/src/main/javassist/scopedpool/SoftValueHashMap.java b/src/main/javassist/scopedpool/SoftValueHashMap.java index 1154e62e..01d8498a 100644 --- a/src/main/javassist/scopedpool/SoftValueHashMap.java +++ b/src/main/javassist/scopedpool/SoftValueHashMap.java @@ -31,7 +31,7 @@ import java.util.concurrent.ConcurrentHashMap; * This Map will remove entries when the value in the map has been cleaned from * garbage collection * - * @version $Revision: 1.4 $ + * @version $Revision: 1.4 $ * @author Bill Burke */ public class SoftValueHashMap implements Map { @@ -133,10 +133,10 @@ public class SoftValueHashMap implements Map { /** * Constructs a new WeakHashMap with the same mappings as the - * specified Map. The WeakHashMap is created with + * specified Map. The WeakHashMap is created with * an initial capacity of twice the number of mappings in the specified map * or 11 (whichever is greater), and a default load factor, which is - * 0.75. + * 0.75. * * @param t the map whose mappings are to be placed in this map. */ -- cgit v1.2.3