jdk/test/java/util/zip/FlaterTest.java
changeset 32649 2ee9017c7597
parent 30046 cf2c86e1819e
--- a/jdk/test/java/util/zip/FlaterTest.java	Wed Sep 16 08:24:40 2015 -0400
+++ b/jdk/test/java/util/zip/FlaterTest.java	Tue Sep 15 21:56:04 2015 -0700
@@ -92,7 +92,7 @@
         new FlaterTest().go(numThreads);
     }
 
-    synchronized private void go(int numThreads) throws Throwable {
+    private synchronized void go(int numThreads) throws Throwable {
         int deflatedLength = getDeflatedLength();
 
         long time = System.currentTimeMillis();