mirror of
https://github.com/corda/corda.git
synced 2025-06-16 06:08:13 +00:00
fix various ObjectOutputStream/ObjectInputStream bugs
This commit is contained in:
@ -20,4 +20,8 @@ public class ProtectionDomain {
|
||||
this.codeSource = codeSource;
|
||||
this.permissions = permissions;
|
||||
}
|
||||
|
||||
public CodeSource getCodeSource() {
|
||||
return codeSource;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user