changed: #with:with:with:with:with:with:with:with:with:
authorClaus Gittinger <cg@exept.de>
Wed, 15 Feb 2012 15:16:01 +0100
changeset 14015 579bff670366
parent 14014 3aff2d7c41c8
child 14016 8ffb0772c512
changed: #with:with:with:with:with:with:with:with:with:
ArrayedCollection.st
--- a/ArrayedCollection.st	Tue Feb 14 17:44:39 2012 +0100
+++ b/ArrayedCollection.st	Wed Feb 15 15:16:01 2012 +0100
@@ -244,7 +244,7 @@
 
     |newCollection|
 
-    newCollection := self new:8.
+    newCollection := self new:9.
     newCollection at:1 put:a1; at:2 put:a2; at:3 put:a3; at:4 put:a4;
                   at:5 put:a5; at:6 put:a6; at:7 put:a7; at:8 put:a8;
                   at:9 put:a9.
@@ -255,7 +255,6 @@
      Array with:1 with:2 with:3 with:4 with:5 with:6 with:7 with:8w ith:9
     "
 
-    "Modified: / 22-01-1997 / 19:35:21 / cg"
     "Created: / 14-02-2012 / 17:43:07 / cg"
 !
 
@@ -503,5 +502,5 @@
 !ArrayedCollection class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ArrayedCollection.st,v 1.59 2012-02-14 16:43:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ArrayedCollection.st,v 1.60 2012-02-15 14:16:01 cg Exp $'
 ! !