jdk/src/share/classes/javax/swing/tree/TreeModel.java
changeset 24495 a5c854a00679
parent 23010 6dadb192ad81
--- a/jdk/src/share/classes/javax/swing/tree/TreeModel.java	Fri May 16 17:41:47 2014 +0400
+++ b/jdk/src/share/classes/javax/swing/tree/TreeModel.java	Fri May 16 17:45:35 2014 +0400
@@ -79,8 +79,9 @@
      * is a valid index for <code>parent</code> (that is <code>index &gt;= 0 &amp;&amp;
      * index &lt; getChildCount(parent</code>)).
      *
-     * @param   parent  a node in the tree, obtained from this data source
-     * @return  the child of <code>parent</code> at index <code>index</code>
+     * @param parent    a node in the tree, obtained from this data source
+     * @param index     index of child to be returned
+     * @return          the child of {@code parent} at index {@code index}
      */
     public Object getChild(Object parent, int index);