MATH-1319

Deprecating class that it relies on a deprecated API (cf. MATH-1366).
This commit is contained in:
Gilles 2016-05-29 23:11:14 +02:00
parent aca1cd3ec0
commit e7c42ed0fb
1 changed files with 2 additions and 0 deletions

View File

@ -24,7 +24,9 @@ package org.apache.commons.math4.random;
* class.
*
* @since 3.1
* @deprecated As of 4.0. No replacement.
*/
@Deprecated
public class SynchronizedRandomGenerator implements RandomGenerator {
/** Object to which all calls will be delegated. */
private final RandomGenerator wrapped;