mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-08 02:58:33 +00:00
Fix JavaDoc issues with JDK 1.8
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1583781 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0e2e37bb83
commit
a57ca055e7
@ -482,7 +482,7 @@ public static <T extends Comparable<? super T>> T max(final T... values) {
|
||||
* @param <T> type of the values processed by this method
|
||||
* @param c1 the first comparable, may be null
|
||||
* @param c2 the second comparable, may be null
|
||||
* @return a negative value if c1 > c2, zero if c1 = c2
|
||||
* @return a negative value if c1 < c2, zero if c1 = c2
|
||||
* and a positive value if c1 > c2
|
||||
*/
|
||||
public static <T extends Comparable<? super T>> int compare(final T c1, final T c2) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user