On Fri, 10 Jul 2026 21:14:12 GMT, John Hendrikx <[email protected]> wrote:
>> modules/javafx.base/src/main/java/com/sun/javafx/binding/ListenerManagerBase.java >> line 63: >> >>> 61: protected abstract void setData(I instance, Object data); >>> 62: >>> 63: protected abstract void addInvalidationListener(I instance, >>> InvalidationListener listener); >> >> this is an internal sealed class, so it's probably ok not to add javadoc to >> protected methods... still, there were javadocs. might be helpful in the >> future. > > The javadocs that were present are still there, just moved. I can add docs > here as well, but it will be a bit repetitive. please double check, I don't see them (I think they might have been accidentally removed at some point) ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1081#discussion_r3562050583
