--- jsr166/src/test/tck/JSR166TestCase.java 2009/11/21 02:07:26 1.42 +++ jsr166/src/test/tck/JSR166TestCase.java 2009/11/21 10:25:05 1.43 @@ -195,7 +195,7 @@ public class JSR166TestCase extends Test /** * Sets delays as multiples of SHORT_DELAY. */ - protected void setDelays() { + protected void setDelays() { SHORT_DELAY_MS = getShortDelay(); SMALL_DELAY_MS = SHORT_DELAY_MS * 5; MEDIUM_DELAY_MS = SHORT_DELAY_MS * 10;