Method.st
changeset 24115 dca07917a60c
parent 23915 8c58220a1abf
child 24343 7b87d7d1b1f8
--- a/Method.st	Wed May 08 12:45:12 2019 +0200
+++ b/Method.st	Wed May 08 12:45:23 2019 +0200
@@ -3830,12 +3830,15 @@
 !Method methodsFor:'source management'!
 
 revisionInfo
-    "cg: is this correct for extensions? (shouldn't this be the revisionInfo from the extensions container?)"
-
-    ^self containingClass theNonMetaclass revisionInfo
+    <resource: #todo>
+    "cg: is this correct for extensions? 
+     (shouldn't this be the revisionInfo from the extensions container?)"
+
+    ^ self containingClass theNonMetaclass revisionInfo
 
     "Created: / 28-08-2010 / 22:43:57 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 12-09-2010 / 16:38:55 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified (format): / 08-05-2019 / 12:22:49 / Claus Gittinger"
 ! !
 
 !Method methodsFor:'testing'!