category changes
authorClaus Gittinger <cg@exept.de>
Sun, 05 Aug 2012 11:31:17 +0200
changeset 2766 04abec2d9db1
parent 2765 4d2b566e062f
child 2767 155fe0112f21
category changes
BinaryTreeNode.st
--- 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 $'
 ! !