Bag.st
changeset 16888 3b93adf0c7ae
parent 16779 148f0fa5ad67
child 18120 e3a375d5f6a8
child 18468 65a48bf2cc8e
--- a/Bag.st	Wed Oct 08 10:49:47 2014 +0200
+++ b/Bag.st	Wed Oct 08 12:29:29 2014 +0200
@@ -443,6 +443,10 @@
 
 !Bag methodsFor:'private'!
 
+grow:newSize
+    "/ ignored here
+!
+
 initContents
     "set the contents to be an empty Dictionary.
      This is the default method for initialization, which can be redefined in subclasses."
@@ -540,10 +544,10 @@
 !Bag class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Bag.st,v 1.52 2014-07-17 09:16:46 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Bag.st,v 1.53 2014-10-08 10:29:29 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Bag.st,v 1.52 2014-07-17 09:16:46 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Bag.st,v 1.53 2014-10-08 10:29:29 cg Exp $'
 ! !