--- jsr166/src/jsr166e/DoubleAdder.java 2011/09/10 01:38:28 1.2 +++ jsr166/src/jsr166e/DoubleAdder.java 2011/09/10 01:44:53 1.3 @@ -145,7 +145,7 @@ public class DoubleAdder extends Striped /** * 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 Double.toString(sum());