Thanks! Well spotted! On Tue, Jan 31, 2017 at 9:08 AM, Stefan Zobel <splitera...@gmail.com> wrote:
> Hi Martin, > > minor thing in CopyOnWriteArrayListTest.java, line 57 > > > 55 public static Test suite() { > 56 class Implementation implements CollectionImplementation { > 57 public Class<?> klazz() { return ArrayList.class; } > > Shouldn't this be CopyOnWriteArrayList.class? > > > Regards, > Stefan >