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:
Henri Yandell 2011-08-26 08:19:53 +00:00
parent 6cf48caa26
commit a41bf2aa2e

View File

@ -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")