RFR: 8269638: Property methods, setters, and getters in printing API should be final [v2]
Kevin Rushforth
kcr at openjdk.java.net
Wed Jul 14 12:33:19 UTC 2021
On Wed, 14 Jul 2021 06:26:30 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:
>> Phil Race has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 8269638: Property methods, setters, and getters in printing API should be final
>
> modules/javafx.graphics/src/main/java/javafx/print/PrinterJob.java line 212:
>
>> 210:
>> 211: /**
>> 212: * Property representing the {@code Printer} for this job.
>
> I guess we normally used <code></code> throughout . Probably better to be consistent.
Using `{@code xxx}` is preferred to `<code>xxx</code>` so for new fixes we might as well use the preferred pattern.
-------------
PR: https://git.openjdk.java.net/jfx/pull/574
More information about the openjfx-dev
mailing list