ArrayedCollection.st
changeset 384 cc3d110ea879
parent 379 5b5a130ccd09
child 399 c15cfaf3ed4d
--- a/ArrayedCollection.st	Thu Aug 10 20:36:34 1995 +0200
+++ b/ArrayedCollection.st	Fri Aug 11 05:05:04 1995 +0200
@@ -21,7 +21,7 @@
 COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libbasic/ArrayedCollection.st,v 1.21 1995-08-10 12:25:45 claus Exp $
+$Header: /cvs/stx/stx/libbasic/ArrayedCollection.st,v 1.22 1995-08-11 02:58:23 claus Exp $
 '!
 
 !ArrayedCollection class methodsFor:'documentation'!
@@ -42,8 +42,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libbasic/ArrayedCollection.st,v 1.21 1995-08-10 12:25:45 claus Exp $
-$Revision: 1.21 $
+$Header: /cvs/stx/stx/libbasic/ArrayedCollection.st,v 1.22 1995-08-11 02:58:23 claus Exp $
 "
 !