--- jsr166/src/test/tck/Collection8Test.java 2017/05/29 19:15:02 1.46 +++ jsr166/src/test/tck/Collection8Test.java 2017/08/21 20:12:36 1.47 @@ -59,9 +59,9 @@ public class Collection8Test extends JSR Object bomb() { return new Object() { - public boolean equals(Object x) { throw new AssertionError(); } - public int hashCode() { throw new AssertionError(); } - }; + public boolean equals(Object x) { throw new AssertionError(); } + public int hashCode() { throw new AssertionError(); } + }; } /** Checks properties of empty collections. */