WeakIdDict.st
changeset 159 514c749165c3
parent 95 d22739a0c6e9
child 358 c419f3775e7e
--- a/WeakIdDict.st	Mon Oct 10 01:29:01 1994 +0100
+++ b/WeakIdDict.st	Mon Oct 10 01:29:28 1994 +0100
@@ -14,14 +14,14 @@
        instanceVariableNames:''
        classVariableNames:''
        poolDictionaries:''
-       category:'System-Support'
+       category:'Collections-Unordered'
 !
 
 WeakIdentityDictionary comment:'
 COPYRIGHT (c) 1992 by Claus Gittinger
               All Rights Reserved
 
-$Header: /cvs/stx/stx/libbasic/Attic/WeakIdDict.st,v 1.5 1994-08-05 01:03:06 claus Exp $
+$Header: /cvs/stx/stx/libbasic/Attic/WeakIdDict.st,v 1.6 1994-10-10 00:29:12 claus Exp $
 '!
 
 !WeakIdentityDictionary class methodsFor:'documentation'!
@@ -42,7 +42,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libbasic/Attic/WeakIdDict.st,v 1.5 1994-08-05 01:03:06 claus Exp $
+$Header: /cvs/stx/stx/libbasic/Attic/WeakIdDict.st,v 1.6 1994-10-10 00:29:12 claus Exp $
 "
 !