Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbvosburgh2007-11-03 05:17:10 +0000
committerbvosburgh2007-11-03 05:17:10 +0000
commitee1c5afade9c72b50fd0ba75b7f77516e8c82606 (patch)
treeb89be8c03c743b5b3580b603d99b2d31b6fab39b /jpa/plugins/org.eclipse.jpt.utility/src/org
parent3cbe81558308d8b6187fd915b813979ecc6fd591 (diff)
downloadwebtools.dali-ee1c5afade9c72b50fd0ba75b7f77516e8c82606.tar.gz
webtools.dali-ee1c5afade9c72b50fd0ba75b7f77516e8c82606.tar.xz
webtools.dali-ee1c5afade9c72b50fd0ba75b7f77516e8c82606.zip
tweaked comments
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.utility/src/org')
-rw-r--r--jpa/plugins/org.eclipse.jpt.utility/src/org/eclipse/jpt/utility/internal/model/value/AbstractTreeNodeValueModel.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.utility/src/org/eclipse/jpt/utility/internal/model/value/AbstractTreeNodeValueModel.java b/jpa/plugins/org.eclipse.jpt.utility/src/org/eclipse/jpt/utility/internal/model/value/AbstractTreeNodeValueModel.java
index df0a5190f4..efdc54ac2f 100644
--- a/jpa/plugins/org.eclipse.jpt.utility/src/org/eclipse/jpt/utility/internal/model/value/AbstractTreeNodeValueModel.java
+++ b/jpa/plugins/org.eclipse.jpt.utility/src/org/eclipse/jpt/utility/internal/model/value/AbstractTreeNodeValueModel.java
@@ -159,7 +159,7 @@ public abstract class AbstractTreeNodeValueModel
* a tree's expanded paths. The nodes in the expanded paths that are
* saved before any modification (e.g. renaming a node) will be different
* from the nodes in the tree's paths after the modification, if the modification
- * results in a possible change in the node sort order. -bjv
+ * results in a possible change in the node sort order. ~bjv
*/
@Override
public boolean equals(Object o) {

Back to the top