Range: Remove trailing spaces.

This commit is contained in:
pascalschumacher 2019-08-20 07:44:24 +02:00
parent 0bb850ca77
commit b27f6d5c1c
1 changed files with 2 additions and 2 deletions

View File

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