BinaryTreeNode.st
changeset 2766 04abec2d9db1
parent 2278 eba0696372d7
--- a/BinaryTreeNode.st	Sun Aug 05 11:30:47 2012 +0200
+++ b/BinaryTreeNode.st	Sun Aug 05 11:31:17 2012 +0200
@@ -10,7 +10,7 @@
 	instanceVariableNames:'data leftSubtree rightSubtree'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Collections-Ordered'
+	category:'Collections-Ordered-Trees'
 !
 
 !BinaryTreeNode class methodsFor:'documentation'!
@@ -541,5 +541,5 @@
 !BinaryTreeNode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/BinaryTreeNode.st,v 1.3 2009-09-28 17:12:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/BinaryTreeNode.st,v 1.4 2012-08-05 09:31:17 cg Exp $'
 ! !