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:
Henri Yandell 2010-01-16 07:48:16 +00:00
parent 1da401f263
commit 5be7671ea1
1 changed files with 1 additions and 1 deletions

View File

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