--- jsr166/src/test/tck/MapTest.java 2017/08/23 05:33:00 1.1 +++ jsr166/src/test/tck/MapTest.java 2018/01/08 03:56:32 1.2 @@ -102,7 +102,7 @@ public class MapTest extends JSR166TestC final Object v2 = (permitsNullValues && rnd.nextBoolean() && v1 != null) ? null : impl.makeValue(2); - /** If true, always lands in first bucket in hash tables. */ + // If true, always lands in first bucket in hash tables. final boolean poorHash = rnd.nextBoolean(); class Key implements Comparable { final int i;