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

Comparing jsr166/src/jsr166e/DoubleMaxUpdater.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 75 | Line 75 | public class DoubleMaxUpdater extends St
75  
76      /**
77       * Returns the current maximum.  The returned value is
78 <     * <em>NOT</em> an atomic snapshot: Invocation in the absence of
78 >     * <em>NOT</em> an atomic snapshot: invocation in the absence of
79       * concurrent updates returns an accurate result, but concurrent
80       * updates that occur while the value is being calculated might
81       * not be incorporated.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines