Commit f6bbce40 by Bryce McKinlay Committed by Bryce McKinlay

Socket.java (getImpl): Now private.

2004-07-20  Bryce McKinlay  <mckinlay@redhat.com>

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

From-SVN: r84963
parent e9f7dd36
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
of chained Writer when calling super-constructor.
* java/io/FilterWriter.java (FilterWriter): Likewise.
......
......@@ -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
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment