ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/jsr166e/DoubleAdder.java
(Generate patch)

Comparing jsr166/src/jsr166e/DoubleAdder.java (file contents):
Revision 1.2 by jsr166, Sat Sep 10 01:38:28 2011 UTC vs.
Revision 1.3 by jsr166, Sat Sep 10 01:44:53 2011 UTC

# Line 145 | Line 145 | public class DoubleAdder extends Striped
145  
146      /**
147       * Returns the String representation of the {@link #sum}.
148 <     * @return the String representation of the {@link #sum}.
148 >     * @return the String representation of the {@link #sum}
149       */
150      public String toString() {
151          return Double.toString(sum());

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines