commit-classpath
[Top][All Lists]
Advanced

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

[commit-cp] classpath ./ChangeLog java/util/PriorityQueue.j... [generics


From: Andrew John Hughes
Subject: [commit-cp] classpath ./ChangeLog java/util/PriorityQueue.j... [generics-branch]
Date: Sat, 16 Apr 2005 07:38:20 -0400

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         generics-branch
Changes by:     Andrew John Hughes <address@hidden>     05/04/16 11:38:20

Modified files:
        .              : ChangeLog 
        java/util      : PriorityQueue.java TreeSet.java 

Log message:
        2005-04-16  Andrew John Hughes  <address@hidden>
        
        * java/util/PriorityQueue.java:
        (PriorityQueue(Collection<? extends E>)): Added explicit cast
        for comparators.
        (PriorityQueue(PriorityQueue<? extends E>)): Likewise.
        (PriorityQueue(SortedSet<? extends E>)): Likewise.
        * java/util/TreeSet.java:
        (TreeSet(SortedSet<? extends T>)): Likewise.
        
        Reported by: Ewout Prangsma <address@hidden>

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?only_with_tag=generics-branch&tr1=1.2386.2.94&tr2=1.2386.2.95&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/util/PriorityQueue.java.diff?only_with_tag=generics-branch&tr1=1.1.2.2&tr2=1.1.2.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/util/TreeSet.java.diff?only_with_tag=generics-branch&tr1=1.15.2.5&tr2=1.15.2.6&r1=text&r2=text





reply via email to

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