MethodChange.st
changeset 2260 fc4873beed5b
parent 2258 b976e8e2874e
child 2369 ffbd3aa42d28
--- a/MethodChange.st	Mon Apr 12 16:54:36 2010 +0200
+++ b/MethodChange.st	Wed Apr 14 15:40:28 2010 +0200
@@ -277,7 +277,7 @@
 isMethodCodeChange
     "true if this is a method's code change (not package, category etc.)"
 
-    ^ self class == MethodChange
+    ^ true
 ! !
 
 !MethodChange::NamedMethodChange class methodsFor:'instance creation'!
@@ -305,9 +305,9 @@
 !MethodChange class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/MethodChange.st,v 1.54 2010-04-07 13:32:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/MethodChange.st,v 1.55 2010-04-14 13:40:28 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/MethodChange.st,v 1.54 2010-04-07 13:32:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/MethodChange.st,v 1.55 2010-04-14 13:40:28 cg Exp $'
 ! !