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

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

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines