Adding javadoc note on immutable
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@899893 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1da401f263
commit
5be7671ea1
|
@ -20,7 +20,7 @@ import java.io.Serializable;
|
||||||
import java.util.Comparator;
|
import java.util.Comparator;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <p><code>Range</code> represents a range of numbers of the same type.</p>
|
* <p><code>Range</code> represents an immutable range of numbers of the same type.</p>
|
||||||
*
|
*
|
||||||
* @author Apache Software Foundation
|
* @author Apache Software Foundation
|
||||||
* @since 3.0
|
* @since 3.0
|
||||||
|
|
Loading…
Reference in New Issue