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 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