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.1 by dl, Tue Aug 2 18:04:12 2011 UTC vs.
Revision 1.3 by jsr166, Sat Sep 10 01:44:53 2011 UTC

# Line 26 | Line 26 | import java.io.ObjectOutputStream;
26   * <p><em>jsr166e note: This class is targeted to be placed in
27   * java.util.concurrent.atomic<em>
28   *
29 + * @since 1.8
30   * @author Doug Lea
31   */
32   public class DoubleMaxUpdater extends Striped64 implements Serializable {
# Line 139 | Line 140 | public class DoubleMaxUpdater extends St
140  
141      /**
142       * Returns the String representation of the {@link #max}.
143 <     * @return the String representation of the {@link #max}.
143 >     * @return the String representation of the {@link #max}
144       */
145      public String toString() {
146          return Double.toString(max());

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines