This commit is contained in:
Gary Gregory 2019-08-19 16:07:41 -07:00
parent dac41b96d9
commit 0bb850ca77
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@ import java.util.Comparator;
* or you need to supply a {@code Comparator}. </p> * or you need to supply a {@code Comparator}. </p>
* *
* <p>#ThreadSafe# if the objects and comparator are thread-safe</p> * <p>#ThreadSafe# if the objects and comparator are thread-safe</p>
* *
* @param <T> The type of range values.
* @since 3.0 * @since 3.0
*/ */
public final class Range<T> implements Serializable { public final class Range<T> implements Serializable {