RFR: jsr166 jdk9 integration wave 14

Martin Buchholz martinrb at google.com
Tue Jan 31 17:20:02 UTC 2017


Thanks!  Well spotted!

On Tue, Jan 31, 2017 at 9:08 AM, Stefan Zobel <spliterator at 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
>


More information about the core-libs-dev mailing list