Skip to content

Commit ed62b01

Browse files
committed
6646602: Spelling error in javadoc for javax.swing.tree.TreeModel
Reviewed-by: jdv
1 parent 87276bc commit ed62b01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java.desktop/share/classes/javax/swing/tree/TreeModel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* <code>TreePath</code>s for identifying nodes in the <code>TreeModel</code>.
3434
* If a <code>TreeModel</code> returns the same object, as compared by
3535
* <code>equals</code>, at two different indices under the same parent
36-
* than the resulting <code>TreePath</code> objects will be considered equal
36+
* then the resulting <code>TreePath</code> objects will be considered equal
3737
* as well. Some implementations may assume that if two
3838
* <code>TreePath</code>s are equal, they identify the same node. If this
3939
* condition is not met, painting problems and other oddities may result.

0 commit comments

Comments
 (0)