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

Comparing jsr166/src/jsr166e/LongMaxUpdater.java (file contents):
Revision 1.7 by jsr166, Mon Jan 7 07:14:01 2013 UTC vs.
Revision 1.8 by jsr166, Mon Jan 14 02:02:41 2013 UTC

# Line 62 | Line 62 | public class LongMaxUpdater extends Stri
62  
63      /**
64       * Returns the current maximum.  The returned value is
65 <     * <em>NOT</em> an atomic snapshot: invocation in the absence of
65 >     * <em>NOT</em> an atomic snapshot; invocation in the absence of
66       * concurrent updates returns an accurate result, but concurrent
67       * updates that occur while the value is being calculated might
68       * not be incorporated.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines