Review Request : 7030442 : Add missing @param to Collections.reverseOrder()
Mike Duigou
mike.duigou at oracle.com
Wed Mar 23 22:32:34 UTC 2011
Hi All;
More documentation nits for review. :-) (and more of these to come as we push closer to Java 7 code freeze)
This one adds the missing @param cmp tag for Collections.reverseOrder. The description text is adapted from the general method javadoc.
http://cr.openjdk.java.net/~mduigou/7030442/0/webrev/
There is one phrase I would like to change but thus far have not--replacing in the method javadoc the use of the phrase "on a collection of objects" with "for objects" since Comparable doesn't directly interact with collections. Opinions?
Thanks,
Mike
More information about the core-libs-dev
mailing list