MethodFinder.st
changeset 3872 2b1a0e287ed8
parent 3773 6e1038b06ec1
child 3873 4a2fc9ea070e
child 3951 bab7dcb06041
--- a/MethodFinder.st	Fri May 08 14:26:42 2015 +0200
+++ b/MethodFinder.st	Mon May 11 15:18:28 2015 +0200
@@ -18,7 +18,7 @@
 		expressions cachedClass cachedArgNum cachedSelectorLists'
 	classVariableNames:'AddAndRemove Approved Blocks BlocksOptional Dangerous'
 	poolDictionaries:''
-	category:'Interface-MethodFinder'
+	category:'Interface-Tools'
 !
 
 !MethodFinder class methodsFor:'documentation'!
@@ -1669,10 +1669,10 @@
 !MethodFinder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/MethodFinder.st,v 1.44 2015-02-07 15:38:51 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/MethodFinder.st,v 1.45 2015-05-11 13:18:28 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/MethodFinder.st,v 1.44 2015-02-07 15:38:51 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/MethodFinder.st,v 1.45 2015-05-11 13:18:28 cg Exp $'
 ! !