StringCollection.st
changeset 1290 15ba3221b89b
parent 1064 f7a06e0ca253
child 3601 c879b9a15f38
--- a/StringCollection.st	Thu Apr 25 18:12:44 1996 +0200
+++ b/StringCollection.st	Thu Apr 25 18:20:46 1996 +0200
@@ -37,12 +37,15 @@
 "
     StringCollection is an variable sized array of lines which are strings.
     WARNING:
-	This class is temporary (a historic leftover) - it may change or
-	even vanish in the future. Use OrderedCollections or other standard
-	classes to represent collections of strings.
+        This class is temporary (a historic leftover) - it may change or
+        even vanish in the future. Use OrderedCollections or other standard
+        classes to represent collections of strings.
 
     StringCollection used to be called Text, but this is a very bad name
      - there is something totally different also named Text in ST-80 ...
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -217,5 +220,5 @@
 !StringCollection class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/StringCollection.st,v 1.24 1996-03-04 16:11:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/StringCollection.st,v 1.25 1996-04-25 16:18:04 cg Exp $'
 ! !