Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
6646602: Spelling error in javadoc for javax.swing.tree.TreeModel
Reviewed-by: jdv
  • Loading branch information
prsadhuk committed Oct 1, 2020
1 parent 87276bc commit ed62b01
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -33,7 +33,7 @@
* <code>TreePath</code>s for identifying nodes in the <code>TreeModel</code>.
* If a <code>TreeModel</code> returns the same object, as compared by
* <code>equals</code>, at two different indices under the same parent
* than the resulting <code>TreePath</code> objects will be considered equal
* then the resulting <code>TreePath</code> objects will be considered equal
* as well. Some implementations may assume that if two
* <code>TreePath</code>s are equal, they identify the same node. If this
* condition is not met, painting problems and other oddities may result.
Expand Down

1 comment on commit ed62b01

@bridgekeeper
Copy link

@bridgekeeper bridgekeeper bot commented on ed62b01 Oct 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.