I'm checking this in.

In 1.5, javax.naming.Name is Comparable.
It already declares compareTo in 1.4, so this does not affect source
or binary compatibility.

Tom

Index: ChangeLog
from  Tom Tromey  <[EMAIL PROTECTED]>

        * javax/naming/Name.java: Extends Comparable.

Index: javax/naming/Name.java
===================================================================
RCS file: /cvsroot/classpath/classpath/javax/naming/Name.java,v
retrieving revision 1.6
diff -u -r1.6 Name.java
--- javax/naming/Name.java 2 Jul 2005 20:32:45 -0000 1.6
+++ javax/naming/Name.java 15 Sep 2005 23:08:24 -0000
@@ -1,5 +1,5 @@
 /* Name.java -- Name build up from different components
-   Copyright (C) 2000, 2001, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -60,7 +60,7 @@
  * @author Anthony Green ([EMAIL PROTECTED])
  * @author Mark Wielaard ([EMAIL PROTECTED])
  */
-public interface Name extends Cloneable, Serializable
+public interface Name extends Cloneable, Serializable, Comparable
 {
   long serialVersionUID = -3617482732056931635L;
 


_______________________________________________
Classpath-patches mailing list
Classpath-patches@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to