[8u40] post-commit review: RT-36577: Restore missing comments that were lost in lambda conversion

Kevin Rushforth kevin.rushforth at oracle.com
Thu Sep 4 16:44:50 UTC 2014


Post-commit review for:

https://javafx-jira.kenai.com/browse/RT-36577

This is a comment-only, cleanup change although there were 5 lambdas 
that I changed from:

    (() -> something)

to:

    (() -> {
        something;
    })

so I could put commented out code / comments in the right place.

-- Kevin

-------------- next part --------------
An embedded message was scrubbed...
From: kevin.rushforth at oracle.com
Subject: hg: openjfx/8u-dev/rt: RT-36577: Restore missing comments that were	lost in lambda conversion
Date: Thu, 04 Sep 2014 16:38:36 +0000
Size: 5809
URL: <http://mail.openjdk.java.net/pipermail/openjfx-dev/attachments/20140904/9ce3e8e6/Restoremissingcommentsthatwerelostinlambdaconversion.eml>


More information about the openjfx-dev mailing list