RFR:

Bob Vandette bob.vandette at oracle.com
Wed Sep 10 14:53:48 UTC 2014


Looks ok.

I personally don't like "if (null = something)" syntax, would prefer "if (singleton == null)".

Bob.


On Sep 10, 2014, at 10:47 AM, Jen Dority <jen.dority at oracle.com> wrote:

> issue: https://bugs.openjdk.java.net/browse/JDK-8057958
> webrev: http://cr.openjdk.java.net/~jld/8057958/
> 
> Hi All, need a review for a small changeset that fixes the visibility of the singleton member of RegistrationEventHandler.
> 
> Thanks,
> Jen



More information about the dio-dev mailing list