RFR: JDK-8297412: Remove easy warnings in javafx.fxml, javafx.media, javafx.swing, javafx.swt and javafx.web [v3]
John Hendrikx
jhendrikx at openjdk.org
Tue Nov 22 19:06:50 UTC 2022
On Tue, 22 Nov 2022 18:45:13 GMT, Andy Goryachev <angorya at openjdk.org> wrote:
>> John Hendrikx has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Revert changes to javafx.web src/main/native
>
> modules/javafx.swing/src/main/java/com/sun/javafx/embed/swing/newimpl/SwingNodeInteropN.java line 242:
>
>> 240: }
>> 241: @Override
>> 242: public void dispose() {
>
> in guthub ui these two lines appear misaligned. are they really?
Yeah, they are, the entire method is misaligned which is why the edit done by the quick fix is misaligned. I'll fix the indent on the entire method.
-------------
PR: https://git.openjdk.org/jfx/pull/958
More information about the openjfx-dev
mailing list