src/share/classes/javax/swing/tree/TreeNode.java

Print this page

        

*** 97,103 **** /** * Returns the children of the receiver as an <code>Enumeration</code>. * * @return the children of the receiver as an {@code Enumeration} */ ! Enumeration children(); } --- 97,103 ---- /** * Returns the children of the receiver as an <code>Enumeration</code>. * * @return the children of the receiver as an {@code Enumeration} */ ! Enumeration<TreeNode> children(); }