--- jsr166/src/jsr166e/LongAdder.java 2011/09/10 01:38:28 1.7 +++ jsr166/src/jsr166e/LongAdder.java 2011/09/10 01:44:53 1.8 @@ -146,7 +146,7 @@ public class LongAdder extends Striped64 /** * Returns the String representation of the {@link #sum}. - * @return the String representation of the {@link #sum}. + * @return the String representation of the {@link #sum} */ public String toString() { return Long.toString(sum());