category changes
authorClaus Gittinger <cg@exept.de>
Sun, 05 Aug 2012 11:28:12 +0200
changeset 2761 d53b683402c1
parent 2760 6e119df458a9
child 2762 0532634862eb
category changes
AATree.st
--- a/AATree.st	Sat Aug 04 20:47:24 2012 +0200
+++ b/AATree.st	Sun Aug 05 11:28:12 2012 +0200
@@ -15,7 +15,7 @@
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Collections-Ordered'
+	category:'Collections-Ordered-Trees'
 !
 
 !AATree class methodsFor:'documentation'!
@@ -306,9 +306,9 @@
 !AATree class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/AATree.st,v 1.4 2012-08-04 18:47:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/AATree.st,v 1.5 2012-08-05 09:28:12 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic2/AATree.st,v 1.4 2012-08-04 18:47:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/AATree.st,v 1.5 2012-08-05 09:28:12 cg Exp $'
 ! !