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.6 by jsr166, Sun Jan 6 05:57:42 2013 UTC vs.
Revision 1.7 by jsr166, Sun Jan 6 18:50:00 2013 UTC

# Line 80 | Line 80 | public class DoubleAdder extends Striped
80  
81      /**
82       * Returns the current sum.  The returned value is <em>NOT</em> an
83 <     * atomic snapshot: Invocation in the absence of concurrent
83 >     * atomic snapshot: invocation in the absence of concurrent
84       * updates returns an accurate result, but concurrent updates that
85       * occur while the sum is being calculated might not be
86       * incorporated.  Also, because double-precision arithmetic is not

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines