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

Phil Race prr at openjdk.java.net
Wed Feb 16 22:33:07 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 prr (Reviewer).

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

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



More information about the client-libs-dev mailing list