On Mon, 11 May 2020 15:30:28 GMT, Nir Lisker <nlis...@openjdk.org> wrote:
>> Frederic Thevenet has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Revert changes in import statements > > modules/javafx.graphics/src/main/java/com/sun/javafx/tk/quantum/QuantumToolkit.java > line 1483: > >> 1482: IntBuffer buffer, ResourceFactory >> rf, QuantumImage tileImg, QuantumImage >> targetImg) { 1483: com.sun.prism.RTTexture rt = >> tileImg.getRT(w, h, rf); >> 1484: if (rt == null) { > > Any reason why the fully qualified name is needed? Not that I can think of, probably some unfortunate copy/paste. I'll fix that. ------------- PR: https://git.openjdk.java.net/jfx/pull/112