StringCollection.st
changeset 5251 35a8e9579e60
parent 4007 561d175af944
child 6176 ed36e553323f
--- a/StringCollection.st	Tue Feb 08 19:01:17 2000 +0100
+++ b/StringCollection.st	Thu Feb 10 13:44:07 2000 +0100
@@ -149,7 +149,7 @@
     "Created: 14.2.1996 / 11:05:47 / stefan"
 ! !
 
-!StringCollection methodsFor:'printing'!
+!StringCollection methodsFor:'printing & storing'!
 
 printString
     "return the receivers printString"
@@ -244,5 +244,5 @@
 !StringCollection class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/StringCollection.st,v 1.27 1999-02-26 12:27:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/StringCollection.st,v 1.28 2000-02-10 12:44:07 cg Exp $'
 ! !