InetAddress.java: Merged class documentation with classpath.
2003-05-02 Michael Koch <konqueror@gmx.de> * java/net/InetAddress.java: Merged class documentation with classpath. * java/net/JarURLConnection.java: Explicitely import all used classes. * java/net/URL.java: Reformatting. * java/net/ServerSocket.java, java/net/Socket.java: New versions from classpath. From-SVN: r66376
This commit is contained in:
parent
9ab94a932c
commit
143f596a09
6 changed files with 126 additions and 18 deletions
|
@ -99,7 +99,7 @@ import java.util.StringTokenizer;
|
|||
* Please note that a protocol handler must be a subclass of
|
||||
* URLStreamHandler.
|
||||
*
|
||||
* @author Aaron M. Renn (arenn@urbanophile.com)
|
||||
* @author Aaron M. Renn <arenn@urbanophile.com>
|
||||
* @author Warren Levy <warrenl@cygnus.com>
|
||||
*
|
||||
* @see URLStreamHandler
|
||||
|
@ -720,7 +720,7 @@ public final class URL implements Serializable
|
|||
}
|
||||
|
||||
private static synchronized URLStreamHandler
|
||||
getURLStreamHandler(String protocol)
|
||||
getURLStreamHandler (String protocol)
|
||||
{
|
||||
URLStreamHandler handler;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue