mirror of
https://github.com/corda/corda.git
synced 2025-06-14 13:18:18 +00:00
fix various ObjectOutputStream/ObjectInputStream bugs
This commit is contained in:
@ -11,5 +11,5 @@
|
||||
package java.lang.reflect;
|
||||
|
||||
public interface InvocationHandler {
|
||||
public Object invoke(Object proxy, Method method, Object[] arguments);
|
||||
public Object invoke(Object proxy, Method method, Object[] arguments) throws Throwable;
|
||||
}
|
||||
|
Reference in New Issue
Block a user