--- jsr166/src/jsr166e/LongAdderTable.java 2011/09/10 01:38:28 1.5 +++ jsr166/src/jsr166e/LongAdderTable.java 2011/09/10 01:44:53 1.6 @@ -136,7 +136,7 @@ public class LongAdderTable implement /** * Returns the sum totalled across all keys. * - * @return the sum totalled across all keys. + * @return the sum totalled across all keys */ public long sumAll() { long sum = 0L; @@ -156,7 +156,7 @@ public class LongAdderTable implement /** * Totals, then resets, the sums associated with all keys. * - * @return the sum totalled across all keys. + * @return the sum totalled across all keys */ public long sumThenResetAll() { long sum = 0L;