MATH-1319
Deprecating class that it relies on a deprecated API (cf. MATH-1366).
This commit is contained in:
parent
aca1cd3ec0
commit
e7c42ed0fb
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue