--- jsr166/src/jsr166e/LongAdderTable.java 2012/08/13 15:52:33 1.9 +++ jsr166/src/jsr166e/LongAdderTable.java 2015/01/18 20:17:33 1.11 @@ -5,6 +5,7 @@ */ package jsr166e; + import jsr166e.LongAdder; import java.util.Map; import java.util.Set; @@ -18,7 +19,7 @@ import java.io.Serializable; * explicitly using method {@link #install}. * *

jsr166e note: This class is targeted to be placed in - * java.util.concurrent.atomic + * java.util.concurrent.atomic. * * @since 1.8 * @author Doug Lea