diff -r 7aa563e4c64a -r 2ceefe9b5a19 OrderedCollection.st --- a/OrderedCollection.st Thu Nov 23 18:00:32 1995 +0100 +++ b/OrderedCollection.st Thu Nov 23 18:07:57 1995 +0100 @@ -44,10 +44,6 @@ firstIndex index of first valid element lastIndex index of last valid element " -! - -version - ^ '$Header: /cvs/stx/stx/libbasic/OrderedCollection.st,v 1.37 1995-11-23 01:19:14 cg Exp $' ! ! !OrderedCollection class methodsFor:'instance creation'! @@ -1086,3 +1082,8 @@ ^ index - firstIndex + 1 ! ! +!OrderedCollection class methodsFor:'documentation'! + +version + ^ '$Header: /cvs/stx/stx/libbasic/OrderedCollection.st,v 1.38 1995-11-23 17:06:25 cg Exp $' +! !