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

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

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines