mirror of https://github.com/kivy/pyjnius.git
Remove incorrect explanation of no matching method error
This commit is contained in:
parent
6a59b4eb06
commit
6f49798bd9
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue