/[classpath]/classpath/javax/naming/Name.java
ViewVC logotype

Diff of /classpath/javax/naming/Name.java

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

revision 1.6 by mark, Sat Jul 2 20:32:45 2005 UTC revision 1.7 by tromey, Thu Sep 15 23:09:25 2005 UTC
# Line 1  Line 1 
1  /* Name.java -- Name build up from different components  /* Name.java -- Name build up from different components
2     Copyright (C) 2000, 2001, 2004 Free Software Foundation, Inc.     Copyright (C) 2000, 2001, 2004, 2005 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 60  import java.util.Enumeration; Line 60  import java.util.Enumeration;
60   * @author Anthony Green (green@redhat.com)   * @author Anthony Green (green@redhat.com)
61   * @author Mark Wielaard (mark@klomp.org)   * @author Mark Wielaard (mark@klomp.org)
62   */   */
63  public interface Name extends Cloneable, Serializable  public interface Name extends Cloneable, Serializable, Comparable
64  {  {
65    long serialVersionUID = -3617482732056931635L;    long serialVersionUID = -3617482732056931635L;
66    

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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