mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
update NIO code to be more compatible with Java
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
|
||||
package java.net;
|
||||
|
||||
public class InetSocketAddress {
|
||||
public class InetSocketAddress extends SocketAddress {
|
||||
private final String host;
|
||||
private final int port;
|
||||
|
||||
|
Reference in New Issue
Block a user