comments
authorClaus Gittinger <cg@exept.de>
Fri, 18 Jan 2013 13:55:22 +0100
changeset 2997 13c83828cab5
parent 2996 537d27790455
child 2998 9a38e9302dd6
comments
MethodDefinitionChange.st
--- a/MethodDefinitionChange.st	Fri Jan 18 13:55:20 2013 +0100
+++ b/MethodDefinitionChange.st	Fri Jan 18 13:55:22 2013 +0100
@@ -32,6 +32,12 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
+!
+
+documentation
+"
+    instances represent method-code changes (as done in the browser). 
+"
 ! !
 
 !MethodDefinitionChange methodsFor:'accessing'!
@@ -57,5 +63,6 @@
 !MethodDefinitionChange class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/MethodDefinitionChange.st,v 1.4 2009-09-22 17:03:57 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/MethodDefinitionChange.st,v 1.5 2013-01-18 12:55:22 cg Exp $'
 ! !
+