Method.st
changeset 13567 fe6564553977
parent 13463 7c98583d98c8
child 13569 82bcca38e855
--- a/Method.st	Mon Aug 08 11:35:16 2011 +0200
+++ b/Method.st	Mon Aug 08 14:38:44 2011 +0200
@@ -2668,6 +2668,8 @@
 !
 
 methodInvocationInfo
+    "redefined by InstrumentedMethod, to return the collected info"
+
     ^ nil
 
     "Created: / 27-04-2010 / 13:36:12 / cg"
@@ -3388,7 +3390,7 @@
 !Method class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.359 2011-06-29 19:18:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.360 2011-08-08 12:38:44 cg Exp $'
 !
 
 version_SVN