On Mon, 22 Sep 2025 03:57:38 GMT, Tejesh R <[email protected]> wrote: >> test/jdk/java/awt/dnd/DragSourceMotionListenerTest.java line 134: >> >>> 132: >>> 133: Toolkit.getDefaultToolkit() >>> 134: .addAWTEventListener(this, AWTEvent.MOUSE_EVENT_MASK); >> >> This is not resolved, the changeset still adds a space for no reason. >> Nothing else but formatting is changed around >> `Toolkit.getDefaultToolkit().addAWTEventListener`. > > Got it, guess it's the work of Intelliji and had to manually remove it.
Usually IDEA doesn't touch lines you didn't modify. Disable reformatting before committing. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/27283#discussion_r2367631416
