#REFACTORING by exept
authorClaus Gittinger <cg@exept.de>
Tue, 01 Oct 2019 20:25:25 +0200
changeset 4507 8e9331873563
parent 4506 832c195c3dc4
child 4508 9f8895054bb7
#REFACTORING by exept class: MethodFinder changed: #findMessage
MethodFinder.st
--- a/MethodFinder.st	Tue Oct 01 10:53:35 2019 +0200
+++ b/MethodFinder.st	Tue Oct 01 20:25:25 2019 +0200
@@ -1584,7 +1584,7 @@
     expressions isEmpty ifTrue: [
         ^ 'no single method found, which does that function\(but to be honest, I did not try all of them, so there may be one actually)' withCRs
     ].
-    expressions isString ifTrue: [^ OrderedCollection with: expressions].
+    "/ expressions isString ifTrue: [^ OrderedCollection with: expressions].
     ^ expressions
 !