mirror of
https://github.com/corda/corda.git
synced 2025-06-13 12:48:18 +00:00
various bugfixes
This commit is contained in:
@ -87,5 +87,6 @@ public class Method<T> extends AccessibleObject implements Member {
|
||||
return types;
|
||||
}
|
||||
|
||||
public native Object invoke(Object instance, Object ... arguments);
|
||||
public native Object invoke(Object instance, Object ... arguments)
|
||||
throws InvocationTargetException, IllegalAccessException;
|
||||
}
|
||||
|
Reference in New Issue
Block a user