String.st
changeset 1290 15ba3221b89b
parent 1264 8d916aa63bce
child 1310 e910406fbecf
--- a/String.st	Thu Apr 25 18:12:44 1996 +0200
+++ b/String.st	Thu Apr 25 18:20:46 1996 +0200
@@ -72,6 +72,9 @@
     of String (the access functions defined here can handle this).
     A little warning though: not all smalltalk systems allow subclassing String,
     so your program may become unportable if you do so.
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -2207,5 +2210,5 @@
 !String class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/String.st,v 1.74 1996-04-23 14:01:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/String.st,v 1.75 1996-04-25 16:16:51 cg Exp $'
 ! !