Fix so that JavaMethod#invoke can take nil, so static methods can be invoked in that...
commit8d48281a2a2d2f475779b20308ad83b42ad0a2f2
authorolabini <olabini@961051c9-f516-0410-bf72-c9f7e237a7b7>
Mon, 18 Aug 2008 10:44:41 +0000 (18 10:44 +0000)
committerolabini <olabini@961051c9-f516-0410-bf72-c9f7e237a7b7>
Mon, 18 Aug 2008 10:44:41 +0000 (18 10:44 +0000)
treef9248106bf192ddbbab4388768441ad56541abbb
parentb03ef5a672ee88f81b1804e3257a0be1571d4cab
Fix so that JavaMethod#invoke can take nil, so static methods can be invoked in that way.

git-svn-id: http://svn.codehaus.org/jruby/trunk/jruby@7489 961051c9-f516-0410-bf72-c9f7e237a7b7
spec/java_integration/reflection/method_spec.rb
src/org/jruby/javasupport/JavaMethod.java