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

Comparing jsr166/src/jsr166e/LongAdder.java (file contents):
Revision 1.6 by dl, Sun Aug 28 19:08:07 2011 UTC vs.
Revision 1.7 by jsr166, Sat Sep 10 01:38:28 2011 UTC

# Line 35 | Line 35 | import java.io.ObjectOutputStream;
35   * <p><em>jsr166e note: This class is targeted to be placed in
36   * java.util.concurrent.atomic<em>
37   *
38 + * @since 1.8
39   * @author Doug Lea
40   */
41   public class LongAdder extends Striped64 implements Serializable {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines