ArrColl.st
changeset 1289 3abde2c376de
parent 1283 2c533653efa3
child 1414 1bbf1ff2fc31
--- a/ArrColl.st	Thu Apr 25 18:11:23 1996 +0200
+++ b/ArrColl.st	Thu Apr 25 18:12:44 1996 +0200
@@ -62,6 +62,9 @@
         ST/X versions may be changed to trigger an error (instead of a
         warning) in those situations.
 
+    [author:]
+        Claus Gittinger
+
     [see also:]
         OrderedCollection
 "
@@ -332,5 +335,5 @@
 !ArrayedCollection class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/ArrColl.st,v 1.34 1996-04-25 11:10:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/ArrColl.st,v 1.35 1996-04-25 16:12:11 cg Exp $'
 ! !