On Tue, 5 Nov 2019 18:10:57 GMT, Nir Lisker <nlis...@openjdk.org> wrote:
> https://bugs.openjdk.java.net/browse/JDK-8229472 > > CSR will be created after the changes are approved. > > ---------------- > > Commits: > - 6d29e034: Initial push of 8229472 > > Changes: https://git.openjdk.java.net/jfx/pull/30/files > Webrev: https://webrevs.openjdk.java.net/jfx/30/webrev.00 > Issue: https://bugs.openjdk.java.net/browse/JDK-8229472 > Stats: 14 lines in 7 files changed: 7 ins; 0 del; 7 mod > Patch: https://git.openjdk.java.net/jfx/pull/30.diff > Fetch: git fetch https://git.openjdk.java.net/jfx pull/30/head:pull/30 modules/javafx.base/src/main/java/javafx/beans/property/adapter/JavaBeanBooleanPropertyBuilder.java line 68: > 67: @Deprecated(since = "14", forRemoval = true) > 68: public JavaBeanBooleanPropertyBuilder() {} > 69: Minor: I checked other places in JavaFX and JDK, and they consistently omit the spaces surrounding the `=`. PR: https://git.openjdk.java.net/jfx/pull/30