WeakValueDictionary.st
branchjv
changeset 17966 8b5df02e171f
parent 17911 a99f15c5efa5
child 18011 deb0c3355881
--- a/WeakValueDictionary.st	Fri Sep 07 13:46:06 2012 +0100
+++ b/WeakValueDictionary.st	Fri Sep 07 17:24:32 2012 +0100
@@ -200,7 +200,7 @@
      Definition of 'too empty' is 'filled less than 12.5% (i.e. 1/8th)'"
 
     self clearDeadSlots.
-    ^super emptyCheck
+    super emptyCheck
 !
 
 slotIsEmpty:probe
@@ -263,11 +263,11 @@
 !WeakValueDictionary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/WeakValueDictionary.st,v 1.18 2011/09/29 11:19:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/WeakValueDictionary.st,v 1.19 2012/08/13 11:13:51 stefan Exp $'
 !
 
 version_SVN
-    ^ '$Id: WeakValueDictionary.st 10761 2012-01-19 11:46:00Z vranyj1 $'
+    ^ '$Id: WeakValueDictionary.st 10844 2012-09-07 16:24:32Z vranyj1 $'
 ! !