/[classpath]/classpath/java/io/ObjectStreamClass.java
ViewVC logotype

Diff of /classpath/java/io/ObjectStreamClass.java

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

revision 1.21 by mark, Fri Mar 14 12:46:06 2003 UTC revision 1.22 by mkoch, Sun Mar 23 11:15:29 2003 UTC
# Line 166  public class ObjectStreamClass implement Line 166  public class ObjectStreamClass implement
166    
167    
168    /**    /**
169       Returns a textual representation of this     * Returns a textual representation of this
170       <code>ObjectStreamClass</code> object including the name of the     * <code>ObjectStreamClass</code> object including the name of the
171       class it represents as well as that class's serial version     * class it represents as well as that class's serial version
172       stream-unique identifier.     * stream-unique identifier.
173       *
174       @see getSerialVersionUID ()     * @see #getSerialVersionUID()
175       @see getName ()     * @see #getName()
176    */     */
177    public String toString ()    public String toString ()
178    {    {
179      return "java.io.ObjectStreamClass< " + name + ", " + uid + " >";      return "java.io.ObjectStreamClass< " + name + ", " + uid + " >";

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

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