--- 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 >= 0 &&
* index < 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);