classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] [generics] Patch: FYI: another syntax fix


From: Tom Tromey
Subject: [cp-patches] [generics] Patch: FYI: another syntax fix
Date: 08 Aug 2004 00:27:38 -0600

I'm checking this in on the generics branch.

One final syntax error noted by gcjx.

Tom

Index: ChangeLog
from  Tom Tromey  <address@hidden>
        * java/util/Collections.java (reverseOrder): Syntax fix.

Index: java/util/Collections.java
===================================================================
RCS file: /cvsroot/classpath/classpath/java/util/Collections.java,v
retrieving revision 1.28.2.2
diff -u -r1.28.2.2 Collections.java
--- java/util/Collections.java 8 Aug 2004 06:38:26 -0000 1.28.2.2
+++ java/util/Collections.java 8 Aug 2004 06:41:27 -0000
@@ -1038,7 +1038,7 @@
    * @see Comparable
    * @see Serializable
    */
-  public static <T> Comparator<T> reverseOrder<T>()
+  public static <T> Comparator<T> reverseOrder()
   {
     return (Comparator<T>) rcInstance; // fixme?
   }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]