mirror of
https://github.com/apache/commons-math.git
synced 2025-02-06 18:18:56 +00:00
Spurious javadoc parameter.
This commit is contained in:
parent
2762c66008
commit
79bbb3054c
@ -125,7 +125,6 @@ public class IntegerSequence {
|
|||||||
* @param start Initial value.
|
* @param start Initial value.
|
||||||
* @param max Maximal count.
|
* @param max Maximal count.
|
||||||
* @param step Increment.
|
* @param step Increment.
|
||||||
* @param nTimes Number of increments.
|
|
||||||
* @param cb Function to be called when the maximal count has been reached.
|
* @param cb Function to be called when the maximal count has been reached.
|
||||||
* @throws NullArgumentException if {@code cb} is {@code null}.
|
* @throws NullArgumentException if {@code cb} is {@code null}.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user