method category rename
authorClaus Gittinger <cg@exept.de>
Wed, 07 May 2003 17:20:03 +0200
changeset 7268 4a2b7acd6913
parent 7267 954ce6491c1a
child 7269 f1e3ab435963
method category rename
Set.st
--- a/Set.st	Wed May 07 17:18:09 2003 +0200
+++ b/Set.st	Wed May 07 17:20:03 2003 +0200
@@ -190,7 +190,7 @@
     "Created: / 24.10.1997 / 23:13:44 / cg"
 ! !
 
-!Set methodsFor:'ST80 compatibility'!
+!Set methodsFor:'Compatibility-ST80'!
 
 initialIndexFor:hashKey boundedBy:length
     "for ST-80 compatibility only; it is (currently) not used in this
@@ -1078,7 +1078,7 @@
 !Set class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Set.st,v 1.84 2003-05-07 14:15:17 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Set.st,v 1.85 2003-05-07 15:20:03 cg Exp $'
 ! !
 
 Set initialize!