On Tue, 24 Feb 2026 19:24:09 GMT, Sergey Bylokhov <[email protected]> wrote:
>> Phil Race has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 8378377 > > src/java.desktop/share/classes/javax/swing/JEditorPane.java line 1246: > >> 1244: } >> 1245: k = (EditorKit) c.newInstance(); >> 1246: kitRegistry.put(type, k); > > Why this line is removed? Obviously (?) an accident when doing the last update to remove the setters. I've restored it. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/29855#discussion_r2854549940
