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

Phil Race prr at openjdk.java.net
Wed Jul 14 20:44:51 UTC 2021


On Wed, 14 Jul 2021 06:29:22 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
>
> tests/manual/printing/JobSettingsInfo.java line 31:
> 
>> 29: import javafx.collections.FXCollections;
>> 30: import javafx.collections.ObservableList;
>> 31: import javafx.print.*;
> 
> Maybe we can do away with this wildcard and import explicit class.. Also, down below one more place...

I have cleaned up wild card and unused imports.

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

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


More information about the openjfx-dev mailing list