MethodDefinitionChange.st
changeset 2134 7a6693e81d9a
parent 1321 ca932dd9f564
child 2997 13c83828cab5
child 3011 1997ff6e7e55
--- a/MethodDefinitionChange.st	Tue Sep 22 19:03:53 2009 +0200
+++ b/MethodDefinitionChange.st	Tue Sep 22 19:03:57 2009 +0200
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic3' }"
 
 MethodChange subclass:#MethodDefinitionChange
@@ -49,7 +48,7 @@
     attributes := something.
 ! !
 
-!MethodDefinitionChange methodsFor:'queries'!
+!MethodDefinitionChange methodsFor:'testing'!
 
 isMethodDefinitionChange
     ^ true
@@ -58,5 +57,5 @@
 !MethodDefinitionChange class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/MethodDefinitionChange.st,v 1.3 2003-08-30 12:36:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/MethodDefinitionChange.st,v 1.4 2009-09-22 17:03:57 cg Exp $'
 ! !