Repository: commons-math
Updated Branches:
  refs/heads/MATH_3_X 2762c6600 -> f189a4c5a


Spurious javadoc parameter.

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

Branch: refs/heads/MATH_3_X
Commit: 79bbb3054ca353bb17360f6be2ebd1d57ebcae89
Parents: 2762c66
Author: Luc Maisonobe <l...@apache.org>
Authored: Mon Aug 31 13:50:52 2015 +0200
Committer: Luc Maisonobe <l...@apache.org>
Committed: Mon Aug 31 13:50:52 2015 +0200

----------------------------------------------------------------------
 src/main/java/org/apache/commons/math3/util/IntegerSequence.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/79bbb305/src/main/java/org/apache/commons/math3/util/IntegerSequence.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/math3/util/IntegerSequence.java 
b/src/main/java/org/apache/commons/math3/util/IntegerSequence.java
index 1dccb6b..ffd966f 100644
--- a/src/main/java/org/apache/commons/math3/util/IntegerSequence.java
+++ b/src/main/java/org/apache/commons/math3/util/IntegerSequence.java
@@ -125,7 +125,6 @@ public class IntegerSequence {
          * @param start Initial value.
          * @param max Maximal count.
          * @param step Increment.
-         * @param nTimes Number of increments.
          * @param cb Function to be called when the maximal count has been 
reached.
          * @throws NullArgumentException if {@code cb} is {@code null}.
          */

Reply via email to