Collection.st
branchjv
changeset 19227 5e949760a4e8
parent 19225 9e8abf62f932
parent 19207 ccaeb96d0047
child 19229 c20beb908660
--- a/Collection.st	Sat Feb 13 07:51:52 2016 +0000
+++ b/Collection.st	Sun Feb 14 07:29:57 2016 +0000
@@ -275,7 +275,6 @@
     ^ self newWithSize:n
 ! !
 
-
 !Collection class methodsFor:'Signal constants'!
 
 emptyCollectionSignal
@@ -528,7 +527,6 @@
     "Created: / 22-10-2008 / 21:29:27 / cg"
 ! !
 
-
 !Collection methodsFor:'accessing'!
 
 anElement
@@ -5827,7 +5825,6 @@
     ^ aVisitor visitCollection:self with:aParameter
 ! !
 
-
 !Collection class methodsFor:'documentation'!
 
 version