changed: #emptyCheck
authorStefan Vogel <sv@exept.de>
Mon, 13 Aug 2012 13:13:51 +0200
changeset 14311 81149029915a
parent 14310 b1787ec39fd8
child 14312 30d9d7e9be91
changed: #emptyCheck
WeakValueDictionary.st
--- a/WeakValueDictionary.st	Fri Aug 10 21:28:52 2012 +0200
+++ b/WeakValueDictionary.st	Mon Aug 13 13:13:51 2012 +0200
@@ -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,5 +263,5 @@
 !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 $'
 ! !