--- jsr166/src/test/tck/AbstractQueuedLongSynchronizerTest.java 2011/06/03 05:07:14 1.25 +++ jsr166/src/test/tck/AbstractQueuedLongSynchronizerTest.java 2013/01/18 04:23:28 1.26 @@ -117,7 +117,7 @@ public class AbstractQueuedLongSynchroni } /** A constant to clarify calls to checking methods below. */ - final static Thread[] NO_THREADS = new Thread[0]; + static final Thread[] NO_THREADS = new Thread[0]; /** * Spin-waits until sync.isQueued(t) becomes true.