WeakValueDictionary.st
changeset 7998 ebf52929e24b
parent 6347 1268259f426a
child 9245 a259701d3031
--- a/WeakValueDictionary.st	Wed Feb 25 22:49:36 2004 +0100
+++ b/WeakValueDictionary.st	Thu Feb 26 17:18:31 2004 +0100
@@ -50,12 +50,11 @@
       removing the first element may fail, since the element may vanish inbetween.
       In general, never trust the value as returned by the size/isEmpty messages.
 
-
     [author:]
-	Stefan Vogel
+        Stefan Vogel
 
     [See also:]
-	WeakArray WeakIdentityDictionary WeakIdentitySet
+        WeakArray WeakIdentityDictionary WeakIdentitySet
 "
 ! !
 
@@ -259,5 +258,5 @@
 !WeakValueDictionary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/WeakValueDictionary.st,v 1.15 2001-12-21 12:17:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/WeakValueDictionary.st,v 1.16 2004-02-26 16:18:31 cg Exp $'
 ! !