ImmutableArray.st
changeset 263 3b21d0991eff
parent 261 0372e948ca2d
child 292 163651658aee
--- a/ImmutableArray.st	Thu Apr 25 18:48:24 1996 +0200
+++ b/ImmutableArray.st	Thu Apr 25 19:09:53 1996 +0200
@@ -53,6 +53,9 @@
 
     Turn the ImmutableArray feature on by setting the Parsers class variable
     'ArraysAreImmutable' to true or use the new launchers settings menu.
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -183,5 +186,5 @@
 !ImmutableArray class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/Attic/ImmutableArray.st,v 1.13 1996-04-25 11:15:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/Attic/ImmutableArray.st,v 1.14 1996-04-25 17:09:46 cg Exp $'
 ! !