We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87276bc commit ed62b01Copy full SHA for ed62b01
src/java.desktop/share/classes/javax/swing/tree/TreeModel.java
@@ -33,7 +33,7 @@
33
* <code>TreePath</code>s for identifying nodes in the <code>TreeModel</code>.
34
* If a <code>TreeModel</code> returns the same object, as compared by
35
* <code>equals</code>, at two different indices under the same parent
36
- * than the resulting <code>TreePath</code> objects will be considered equal
+ * then the resulting <code>TreePath</code> objects will be considered equal
37
* as well. Some implementations may assume that if two
38
* <code>TreePath</code>s are equal, they identify the same node. If this
39
* condition is not met, painting problems and other oddities may result.
0 commit comments