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:
Phil Steitz 2012-08-21 19:17:56 +00:00
parent 2c8cfb1aa7
commit 7b1b5e529c
1 changed files with 1 additions and 1 deletions

View File

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