WeakIdSet.st
changeset 159 514c749165c3
parent 111 9cdd0ed47f38
child 187 a5dc8e2fa93f
--- a/WeakIdSet.st	Mon Oct 10 01:29:01 1994 +0100
+++ b/WeakIdSet.st	Mon Oct 10 01:29:28 1994 +0100
@@ -14,14 +14,14 @@
        instanceVariableNames:''
        classVariableNames:''
        poolDictionaries:''
-       category:'System-Support'
+       category:'Collections-Unordered'
 !
 
 WeakIdentitySet comment:'
 COPYRIGHT (c) 1994 by Claus Gittinger
               All Rights Reserved
 
-$Header: /cvs/stx/stx/libbasic/Attic/WeakIdSet.st,v 1.2 1994-08-11 21:38:52 claus Exp $
+$Header: /cvs/stx/stx/libbasic/Attic/WeakIdSet.st,v 1.3 1994-10-10 00:29:15 claus Exp $
 '!
 
 !WeakIdentitySet class methodsFor:'documentation'!
@@ -42,7 +42,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libbasic/Attic/WeakIdSet.st,v 1.2 1994-08-11 21:38:52 claus Exp $
+$Header: /cvs/stx/stx/libbasic/Attic/WeakIdSet.st,v 1.3 1994-10-10 00:29:15 claus Exp $
 "
 !