RFR: 8269638: Property methods, setters, and getters in printing API should be final [v2]

Phil Race prr at openjdk.java.net
Mon Jul 12 22:04:31 UTC 2021


On Mon, 12 Jul 2021 21:28:41 GMT, Kevin Rushforth <kcr 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/JobSettings.java line 968:
> 
>> 966:      * and it is safest to stick to selecting a standard value that
>> 967:      * matches the requirement.
>> 968:      * <p>
> 
> Empty `<p>` tag (you can simply remove this line).

done

> modules/javafx.graphics/src/main/java/javafx/print/JobSettings.java line 1049:
> 
>> 1047:      * and it is safest to stick to selecting a standard value that
>> 1048:      * matches the requirement.
>> 1049:      * <p>
> 
> Empty `<p>` tag (you can simply remove this line).

done

-------------

PR: https://git.openjdk.java.net/jfx/pull/574


More information about the openjfx-dev mailing list