--- jsr166/src/jsr166e/LongAdderTable.java 2011/08/30 07:16:56 1.4 +++ jsr166/src/jsr166e/LongAdderTable.java 2011/09/10 01:38:28 1.5 @@ -20,6 +20,7 @@ import java.io.Serializable; *

jsr166e note: This class is targeted to be placed in * java.util.concurrent.atomic * + * @since 1.8 * @author Doug Lea */ public class LongAdderTable implements Serializable {