On Fri, 2 Jul 2021 11:24:42 GMT, Johan Vos <j...@openjdk.org> wrote: >> Jose Pereda has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Add javadoc as per reviewer request > > modules/javafx.graphics/src/main/java/com/sun/javafx/application/PlatformImpl.java > line 734: > >> 732: } >> 733: >> 734: public static String fromThemeName(Function<String, String> >> keyFunction, String themeName) { > > Would be good to get a bit of (java)doc here so that it is clear what this > function is doing.
Ok, makes sense. Done ------------- PR: https://git.openjdk.java.net/jfx/pull/520