ClassDefinitionChange.st
changeset 1162 4af27057a3ce
parent 1134 915934e8aab8
child 1178 3d3111846c92
--- a/ClassDefinitionChange.st	Wed Sep 04 12:36:51 2002 +0200
+++ b/ClassDefinitionChange.st	Tue Sep 10 13:53:27 2002 +0200
@@ -38,8 +38,8 @@
 
 documentation
 "
-    instances represent class definition-changes. They are typically
-    held in a ChangeSet.
+    instances represent class definition-changes. 
+    They are typically held in a ChangeSet.
 
     [author:]
         Claus Gittinger
@@ -174,5 +174,5 @@
 !ClassDefinitionChange class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/ClassDefinitionChange.st,v 1.25 2002-02-08 14:45:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/ClassDefinitionChange.st,v 1.26 2002-09-10 11:53:02 cg Exp $'
 ! !