/[classpath]/classpath/java/net/SocketAddress.java
ViewVC logotype

Diff of /classpath/java/net/SocketAddress.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by mkoch, Thu Nov 7 09:40:00 2002 UTC revision 1.5 by mkoch, Sat Nov 16 16:20:05 2002 UTC
# Line 37  exception statement from your version. * Line 37  exception statement from your version. *
37    
38  package java.net;  package java.net;
39    
40  import java.io.*;  import java.io.Serializable;
41    
42  /**  /**
43   * Abstract base class for InetSocketAddress.   * Abstract base class for InetSocketAddress.
44   * InetSocketAddress is to my knowledge the only derived   * InetSocketAddress is to my knowledge the only derived
45   * class. [Ronald]   * class. [Ronald]
46     *
47     * @since 1.4
48   */   */
   
49  public abstract class SocketAddress implements Serializable  public abstract class SocketAddress implements Serializable
50  {  {
51      /**
52       * Initializes the socket address.
53       */
54    public SocketAddress()    public SocketAddress()
55    {    {
56    }    }

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26