ClassDefinitionChange.st
changeset 962 3821ab69b939
parent 957 54dade11e57f
child 1046 450ef3136cc3
--- a/ClassDefinitionChange.st	Tue Aug 29 17:21:58 2000 +0200
+++ b/ClassDefinitionChange.st	Thu Aug 31 12:01:45 2000 +0200
@@ -91,7 +91,7 @@
 
 ! !
 
-!ClassDefinitionChange methodsFor:'printing'!
+!ClassDefinitionChange methodsFor:'printing & storing'!
 
 printWithoutClassNameOn:aStream
     aStream nextPutAll:('definition of ' , className)
@@ -108,5 +108,5 @@
 !ClassDefinitionChange class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/ClassDefinitionChange.st,v 1.21 2000-08-22 19:57:17 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/ClassDefinitionChange.st,v 1.22 2000-08-31 10:01:31 cg Exp $'
 ! !