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

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines