Socket.java (getImpl): Now private.
authorBryce McKinlay <mckinlay@redhat.com>
Tue, 20 Jul 2004 17:48:35 +0000 (17:48 +0000)
committerBryce McKinlay <bryce@gcc.gnu.org>
Tue, 20 Jul 2004 17:48:35 +0000 (18:48 +0100)
2004-07-20  Bryce McKinlay  <mckinlay@redhat.com>

* java/net/Socket.java (getImpl): Now private. Remove comment.

From-SVN: r84963

libjava/ChangeLog
libjava/java/net/Socket.java

index 338b45e68bd7fa8080aa8d15862e8a428801dab8..3735f75687eb7c7c7ce0d3e79db35c8d8c735116 100644 (file)
@@ -1,3 +1,7 @@
+2004-07-20  Bryce McKinlay  <mckinlay@redhat.com>
+
+       * java/net/Socket.java (getImpl): Now private. Remove comment.
+
 2004-07-20  Bryce McKinlay  <mckinlay@redhat.com>
 
        * java/io/BufferedWriter.java (BufferedWriter): Use existing lock
index 714a958e6aaaa27d418dcda2903f6603816ccf94..8855958cff02978ea6dbf2835ea2bc4b8c08a25e 100644 (file)
@@ -311,8 +311,7 @@ public class Socket
     // that default.  JDK 1.2 doc infers not to do a bind.
   }
 
-  // This has to be accessible from java.net.ServerSocket.
-  SocketImpl getImpl() throws SocketException
+  private SocketImpl getImpl() throws SocketException
   {
     try
       {