Reverting commit 6f4f676c4b as per Gilles request.

The work on revamping the random packages is perfoemd in the random-ravamp branch.
This commit is contained in:
Luc Maisonobe 2016-01-17 11:35:25 +01:00
parent 17bc99fdff
commit e7c659f590
1 changed files with 3 additions and 3 deletions

View File

@ -43,13 +43,13 @@ import org.junit.Test;
*/
public abstract class RandomGeneratorAbstractTest extends RandomDataGeneratorTest {
/** Generator to test. */
/** RandomGenerator under test */
protected RandomGenerator generator;
/**
* Override this method in subclasses to provide a concrete generator to test.
*
* @return a new generator seeded with a fixed seed.
* Return a generator seeded with a fixed seed.
*/
protected abstract RandomGenerator makeGenerator();