MethodDefinitionChange.st
changeset 2997 13c83828cab5
parent 2134 7a6693e81d9a
child 3158 f8c56a311307
--- 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 $'
 ! !
+