On Tue, 11 Feb 2020 07:20:00 GMT, Ambarish Rapte <[email protected]> wrote:
>> Resubmitting from before the transition to this repo. See linked issue for
>> details.
>
> modules/javafx.graphics/src/main/java/com/sun/prism/j2d/print/J2DPrinter.java
> line 635:
>
>> 634:
>> 635: private static void initPrefinedMediaMaps() {
>> 636: if (predefinedPaperMap == null) {
>
> There is preexisting typo in method name, `initPre`**De**`finedMediaMaps`
Yes, this should be fined, but with a lower-case `d`.
-------------
PR: https://git.openjdk.java.net/jfx/pull/104