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
This commit is contained in:
parent
e9f7dd36d5
commit
f6bbce40a3
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue