From 05008212fbb49fbae7f5a320f9028ea647a2e73f Mon Sep 17 00:00:00 2001 From: Michael Koch Date: Thu, 13 Feb 2003 07:33:40 +0000 Subject: 2003-02-13 Michael Koch * java/net/NetPermission.java (NetPermission): Make doucmentation match the method declaration. * java/net/NetworkInterface.java (equals): Reformated for GNU coding style. * java/net/ServerSocket.java: Merged with classpath. * java/net/Socket.java: Partly merged with classpath (Added some @since). * java/net/SocketImpl.java (localPort): Merged with classpath (initialize with -1). * java/net/SocketPermission.java: Merged with classpath (reindented). * java/net/URLDecoder.java: Merged with classpath (reindented). From-SVN: r62824 --- libjava/java/net/SocketImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libjava/java/net/SocketImpl.java') diff --git a/libjava/java/net/SocketImpl.java b/libjava/java/net/SocketImpl.java index f0f1a3c..12dcb0b 100644 --- a/libjava/java/net/SocketImpl.java +++ b/libjava/java/net/SocketImpl.java @@ -74,7 +74,7 @@ public abstract class SocketImpl implements SocketOptions /** * The port number the socket is bound to locally */ - protected int localport; + protected int localport = -1; /** * The port number of the remote end of the socket connection -- cgit v1.1