--- jsr166/src/test/tck/ExchangerTest.java 2011/05/29 06:48:42 1.20 +++ jsr166/src/test/tck/ExchangerTest.java 2011/05/31 16:16:23 1.21 @@ -8,7 +8,9 @@ import junit.framework.*; import java.util.*; -import java.util.concurrent.*; +import java.util.concurrent.CountDownLatch; +import java.util.concurrent.Exchanger; +import java.util.concurrent.TimeoutException; import static java.util.concurrent.TimeUnit.MILLISECONDS; public class ExchangerTest extends JSR166TestCase {