ClassCommentChange.st
changeset 1162 4af27057a3ce
parent 1101 fd826cb660e6
child 1196 928f537ddeac
--- a/ClassCommentChange.st	Wed Sep 04 12:36:51 2002 +0200
+++ b/ClassCommentChange.st	Tue Sep 10 13:53:27 2002 +0200
@@ -37,8 +37,8 @@
 
 documentation
 "
-    instances represent class comment-changes. They are typically
-    held in a ChangeSet.
+    instances represent class comment-changes. 
+    They are typically held in a ChangeSet.
 
     [author:]
         Claus Gittinger
@@ -121,5 +121,5 @@
 !ClassCommentChange class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/ClassCommentChange.st,v 1.26 2001-11-09 16:20:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/ClassCommentChange.st,v 1.27 2002-09-10 11:53:15 cg Exp $'
 ! !