class: OrderedCollection
authorClaus Gittinger <cg@exept.de>
Thu, 05 Sep 2013 13:04:54 +0200
changeset 15749 cf6201036311
parent 15748 af092ba5bea8
child 15750 2df87ab00226
class: OrderedCollection comment/format in: #documentation
OrderedCollection.st
--- a/OrderedCollection.st	Thu Sep 05 00:03:11 2013 +0200
+++ b/OrderedCollection.st	Thu Sep 05 13:04:54 2013 +0200
@@ -50,7 +50,6 @@
 
         lastIndex       <SmallInteger>  index of last valid element
 
-
     [performance hint:]
       Although insertion and removal of inner elements is possible and supported,
       it may be slow, because remaining elements have to be copied.
@@ -2019,6 +2018,6 @@
 !OrderedCollection class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/OrderedCollection.st,v 1.108 2013-08-21 00:07:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/OrderedCollection.st,v 1.109 2013-09-05 11:04:54 cg Exp $'
 ! !