RFR: 8037573: Typo in DefaultTreeModel docs: askAllowsChildren instead of asksAllowsChildren

Jayathirth D V jdv at openjdk.java.net
Thu Feb 17 11:18:08 UTC 2022


On Wed, 16 Feb 2022 07:15:20 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

> [DefaultTreeModel.html#isLeaf](https://docs.oracle.com/en/java/javase/17/docs/api/java.desktop/javax/swing/tree/DefaultTreeModel.html#isLeaf(java.lang.Object)) to an "askAllowsChildren" attribute that doesn't exist. The real attribute is "asksAllowsChildren".
> Fixed the typo

Marked as reviewed by jdv (Reviewer).

I think it is just typo update and we dont need a CSR. Its not like we are changing any behaviour/logic here.

-------------

PR: https://git.openjdk.java.net/jdk/pull/7489



More information about the client-libs-dev mailing list