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.13 by jsr166, Mon Jan 7 07:14:01 2013 UTC vs.
Revision 1.14 by jsr166, Mon Jan 14 02:02:41 2013 UTC

# Line 82 | Line 82 | public class LongAdder extends Striped64
82  
83      /**
84       * Returns the current sum.  The returned value is <em>NOT</em> an
85 <     * atomic snapshot: invocation in the absence of concurrent
85 >     * atomic snapshot; invocation in the absence of concurrent
86       * updates returns an accurate result, but concurrent updates that
87       * occur while the sum is being calculated might not be
88       * incorporated.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines