RFR: 8208761: Update constant collections to use the new immutable collections
Kevin Rushforth
kcr at openjdk.java.net
Tue Feb 11 13:10:47 UTC 2020
On Tue, 11 Feb 2020 07:20:00 GMT, Ambarish Rapte <arapte at openjdk.org> 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
More information about the openjfx-dev
mailing list