HierarchyNode.st
changeset 4480 879db1acef5a
parent 3906 6660807d7832
child 5309 badbe0ef991c
--- a/HierarchyNode.st	Tue Feb 04 11:50:38 2014 +0100
+++ b/HierarchyNode.st	Wed Feb 05 11:02:51 2014 +0100
@@ -182,9 +182,9 @@
 contents: anObject 
     "Set the contents of me to any object (e.g. a set of items)"
 
-    ^contents:= anObject
+    contents:= anObject
 
-	"Modified: 10.10.94 / 16:13:33 / W.Olberding"
+        "Modified: 10.10.94 / 16:13:33 / W.Olberding"
 !
 
 disabled
@@ -633,9 +633,10 @@
 !HierarchyNode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/HierarchyNode.st,v 1.16 2010-06-14 10:51:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/HierarchyNode.st,v 1.17 2014-02-05 10:02:51 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg2/HierarchyNode.st,v 1.16 2010-06-14 10:51:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/HierarchyNode.st,v 1.17 2014-02-05 10:02:51 cg Exp $'
 ! !
+