ArrayedCollection.st
changeset 17211 19b94763ad16
parent 17122 bf8149233069
child 17212 2e02d9d621da
--- a/ArrayedCollection.st	Thu Dec 11 18:06:27 2014 +0100
+++ b/ArrayedCollection.st	Thu Dec 11 18:07:37 2014 +0100
@@ -328,7 +328,7 @@
     ^ self == ArrayedCollection
 ! !
 
-!ArrayedCollection methodsFor:'adding'!
+!ArrayedCollection methodsFor:'adding & removing'!
 
 addAll:aCollection
     "add all elements of the argument, aCollection to the receiver.
@@ -502,6 +502,6 @@
 !ArrayedCollection class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ArrayedCollection.st,v 1.67 2014-11-26 08:45:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ArrayedCollection.st,v 1.68 2014-12-11 17:07:37 cg Exp $'
 ! !