JavaLookup.st
branchdevelopment
changeset 3011 83579e128194
parent 2981 5c86c719a79b
--- a/JavaLookup.st	Thu Feb 06 14:06:48 2014 +0100
+++ b/JavaLookup.st	Sat Feb 08 22:13:44 2014 +0100
@@ -948,7 +948,6 @@
 
         cls := arg class.
         candidates := candidates select:[:m|
-            self breakPoint:#mh.
             self type: cls matches: (m descriptor parameters at: index) javaClass
         ].
     ].
@@ -964,6 +963,7 @@
     "Created: / 03-01-2012 / 21:40:23 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 03-04-2012 / 13:59:13 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
     "Modified: / 14-09-2013 / 11:54:33 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 08-02-2014 / 21:00:53 / Marcel Hlopko <marcel.hlopko@fit.cvut.cz>"
 !
 
 type: actual matches: formal