On Wed, 14 Jul 2021 06:26:30 GMT, Prasanta Sadhukhan <[email protected]>
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