On Tue, 11 Feb 2020 09:48:21 GMT, Nir Lisker <nlis...@openjdk.org> wrote:
>> modules/javafx.graphics/src/main/java/com/sun/prism/j2d/print/J2DPrinter.java >> line 632: >> >>> 631: >>> 632: private static Map<MediaSizeName, Paper> predefinedPaperMap; >>> 633: private static Map<MediaTray, PaperSource> preDefinedTrayMap; >> >> While this is being changed, can you please rename as, >> `pre`**D**`efinedPaperMap` > > I think that "predefined" is correct as it's one word. I don't mind either > way. @nlisker is right: `predefined` is one word. ------------- PR: https://git.openjdk.java.net/jfx/pull/104