Add since tag for inner class.

This commit is contained in:
Thomas Neidhart 2015-02-25 21:18:32 +01:00
parent d98897b11e
commit 0351963e6b

View File

@ -153,6 +153,8 @@ public abstract class AbstractWell extends BitsStreamGenerator implements Serial
/**
* Inner class used to store the indirection index table which is fixed for a given type of WELL class
* of pseudo-random number generator.
*
* @since 4.0
*/
protected static final class IndexTable {
/** Index indirection table giving for each index its predecessor taking table size into account. */