Added deprecation that should have been included in r1375192. JIRA: MATH-850.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1375722 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2c8cfb1aa7
commit
7b1b5e529c
|
@ -86,7 +86,7 @@ import org.apache.commons.math3.exception.MathIllegalArgumentException;
|
|||
* </li>
|
||||
* </ul>
|
||||
* </p>
|
||||
*
|
||||
* @deprecated to be removed in 4.0. Use {@link RandomDataGenerator} instead
|
||||
* @version $Id$
|
||||
*/
|
||||
public class RandomDataImpl implements RandomData, Serializable {
|
||||
|
|
Loading…
Reference in New Issue