diff --git a/jnius/jnius_export_class.pxi b/jnius/jnius_export_class.pxi index 558b162..03efc25 100644 --- a/jnius/jnius_export_class.pxi +++ b/jnius/jnius_export_class.pxi @@ -993,10 +993,6 @@ cdef class JavaMultipleMethod(object): scores.append((score, signature)) if not scores: - # @tito: - # if the java was waiting for an Object, and you didn't - # pass any of the PythonJavaClass, JavaClass, JavaObject, - # basestring, then it doesn't score it, and it won't work raise JavaException('No methods matching your arguments') scores.sort() score, signature = scores[-1]