On Wed, 16 Feb 2022 07:15:20 GMT, Prasanta Sadhukhan <psadhuk...@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 This pull request has now been integrated. Changeset: a22f422b Author: Prasanta Sadhukhan <psadhuk...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/a22f422b7f18dc134e48c6193bf690004635bf7d Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod 8037573: Typo in DefaultTreeModel docs: askAllowsChildren instead of asksAllowsChildren Reviewed-by: prr, jdv, azvegint ------------- PR: https://git.openjdk.java.net/jdk/pull/7489