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

Comparing jsr166/src/test/tck/AbstractQueuedLongSynchronizerTest.java (file contents):
Revision 1.25 by jsr166, Fri Jun 3 05:07:14 2011 UTC vs.
Revision 1.26 by jsr166, Fri Jan 18 04:23:28 2013 UTC

# Line 117 | Line 117 | public class AbstractQueuedLongSynchroni
117      }
118  
119      /** A constant to clarify calls to checking methods below. */
120 <    final static Thread[] NO_THREADS = new Thread[0];
120 >    static final Thread[] NO_THREADS = new Thread[0];
121  
122      /**
123       * Spin-waits until sync.isQueued(t) becomes true.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines