WeakValueIdentityDictionary.st
changeset 4350 5aa2a3b9fd5b
parent 4347 b7e45eadd0e0
child 6233 0a79cbd07543
--- a/WeakValueIdentityDictionary.st	Wed Jul 07 20:17:00 1999 +0200
+++ b/WeakValueIdentityDictionary.st	Wed Jul 07 20:41:37 1999 +0200
@@ -14,7 +14,7 @@
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Collections-Unordered'
+	category:'Collections-Weak'
 !
 
 !WeakValueIdentityDictionary class methodsFor:'documentation'!
@@ -239,5 +239,5 @@
 !WeakValueIdentityDictionary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/WeakValueIdentityDictionary.st,v 1.1 1999-07-07 16:41:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/WeakValueIdentityDictionary.st,v 1.2 1999-07-07 18:40:50 cg Exp $'
 ! !