HierarchyNode.st
changeset 5309 badbe0ef991c
parent 4480 879db1acef5a
child 5727 246a1c42ce5e
--- a/HierarchyNode.st	Fri Nov 04 13:23:14 2016 +0100
+++ b/HierarchyNode.st	Fri Nov 04 13:35:37 2016 +0100
@@ -12,6 +12,8 @@
 "
 "{ Package: 'stx:libwidg2' }"
 
+"{ NameSpace: Smalltalk }"
+
 Object subclass:#HierarchyNode
 	instanceVariableNames:'name id parent children contents disabled hide level
 		childCollectionClass'
@@ -45,7 +47,7 @@
     SelectionInHierarchyView.
     See examples in SelectionInHierarchyView.
 
-    Notce: this class (together with SelectionInHierarchy and
+    Notice: this class (together with SelectionInHierarchy and
            SelectionInHierarchyView) has been obsoleted by
            corresponding SelectionInTree* classes.
            These provide similar (but more) functionality.
@@ -633,10 +635,10 @@
 !HierarchyNode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/HierarchyNode.st,v 1.17 2014-02-05 10:02:51 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg2/HierarchyNode.st,v 1.17 2014-02-05 10:02:51 cg Exp $'
+    ^ '$Header$'
 ! !