mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-08 02:58:33 +00:00
Adding javadoc for the type
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1162020 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6cf48caa26
commit
a41bf2aa2e
@ -57,6 +57,7 @@ public class ComparableComparator<E extends Comparable<? super E>> implements Co
|
||||
* instead of constructing a new instance to reduce allocation and GC overhead
|
||||
* when multiple comparable comparators may be used in the same VM.
|
||||
*
|
||||
* @param <E> the type of the enumeration
|
||||
* @return the singleton ComparableComparator
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
|
Loading…
x
Reference in New Issue
Block a user