On Wed, 14 Jul 2021 06:29:22 GMT, Prasanta Sadhukhan <psadhuk...@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