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

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines