OrderedCollection.st
changeset 7260 edfa8d6a6046
parent 7166 9b10ca27bc32
child 7752 134213bdebd8
--- a/OrderedCollection.st	Wed May 07 16:13:05 2003 +0200
+++ b/OrderedCollection.st	Wed May 07 16:15:41 2003 +0200
@@ -1737,7 +1737,7 @@
     lastIndex := 0.
 ! !
 
-!OrderedCollection methodsFor:'private accessing'!
+!OrderedCollection methodsFor:'private-accessing'!
 
 contentsArray
     "return the orderedCollections underlying contentsArray.
@@ -1907,5 +1907,5 @@
 !OrderedCollection class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/OrderedCollection.st,v 1.85 2003-04-02 17:03:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/OrderedCollection.st,v 1.86 2003-05-07 14:15:30 cg Exp $'
 ! !