IOStreamAddress is Serializable so add SerialVersionUID field
This commit is contained in:
parent
2449f03540
commit
b82ee7341c
@ -29,6 +29,11 @@ import java.net.SocketAddress;
|
||||
*/
|
||||
public class IOStreamAddress extends SocketAddress {
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = -4382415449059935960L;
|
||||
|
||||
private final InputStream inputStream;
|
||||
|
||||
private final OutputStream outputStream;
|
||||
|
Loading…
Reference in New Issue
Block a user