Fix checkstyle warnings.

This commit is contained in:
tn 2015-02-24 11:28:54 +01:00
parent 03e65c98da
commit 4140e01266

View File

@ -175,7 +175,6 @@ public abstract class AbstractWell extends BitsStreamGenerator implements Serial
* @param m1 first parameter of the algorithm
* @param m2 second parameter of the algorithm
* @param m3 third parameter of the algorithm
* @param seed the initial seed (64 bits integer)
*/
public IndexTable(final int k, final int m1, final int m2, final int m3) {