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

Comparing jsr166/src/jsr166y/Phaser.java (file contents):
Revision 1.63 by dl, Mon Nov 29 15:47:19 2010 UTC vs.
Revision 1.64 by jsr166, Mon Nov 29 20:58:06 2010 UTC

# Line 963 | Line 963 | public class Phaser {
963              this.interruptible = interruptible;
964              this.nanos = nanos;
965              this.timed = timed;
966 <            this.lastTime = timed? System.nanoTime() : 0L;
966 >            this.lastTime = timed ? System.nanoTime() : 0L;
967              thread = Thread.currentThread();
968          }
969  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines