Repository: commons-math
Updated Branches:
  refs/heads/master d98897b11 -> 3fd9cf175


Add since tag for inner class.


Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/0351963e
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/0351963e
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/0351963e

Branch: refs/heads/master
Commit: 0351963e6baf456131ddebb885307301146b9746
Parents: d98897b
Author: Thomas Neidhart <thomas.neidh...@gmail.com>
Authored: Wed Feb 25 21:18:32 2015 +0100
Committer: Thomas Neidhart <thomas.neidh...@gmail.com>
Committed: Wed Feb 25 21:18:32 2015 +0100

----------------------------------------------------------------------
 src/main/java/org/apache/commons/math4/random/AbstractWell.java | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/0351963e/src/main/java/org/apache/commons/math4/random/AbstractWell.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/math4/random/AbstractWell.java 
b/src/main/java/org/apache/commons/math4/random/AbstractWell.java
index ac6e857..7251bcd 100644
--- a/src/main/java/org/apache/commons/math4/random/AbstractWell.java
+++ b/src/main/java/org/apache/commons/math4/random/AbstractWell.java
@@ -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. */

Reply via email to