On Tue, 22 Nov 2022 21:28:44 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
>> John Hendrikx has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Fix indentation > > modules/javafx.graphics/src/main/java/com/sun/javafx/tk/quantum/UploadingPainter.java > line 41: > >> 39: * The PresentingPainter is used when we are rendering to the main >> screen. >> 40: */ >> 41: final class UploadingPainter extends ViewPainter { > > I'm not sure I see the value in making this change. Since this is an internal class (not public API), I won't object to this change. I do think it's a rather pointless change, but I'll leave it up to you. ------------- PR: https://git.openjdk.org/jfx/pull/960