This is an automated email from the ASF dual-hosted git repository.

erans pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-math.git

commit 0217542162120f9e6688715e84e2bea1c7de91ea
Author: Gilles Sadowski <gillese...@gmail.com>
AuthorDate: Sat Aug 20 02:43:51 2022 +0200

    Javadoc.
---
 .../org/apache/commons/math4/legacy/random/HaltonSequenceGenerator.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/random/HaltonSequenceGenerator.java
 
b/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/random/HaltonSequenceGenerator.java
index 3805be497..a45e16e93 100644
--- 
a/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/random/HaltonSequenceGenerator.java
+++ 
b/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/random/HaltonSequenceGenerator.java
@@ -163,7 +163,7 @@ public class HaltonSequenceGenerator implements 
Supplier<double[]> {
      *
      * @param index the index in the sequence to skip to
      * @return the i-th point in the Halton sequence
-     * @throws org.apache.commons.math4.legacy.exception.NotPositiveException 
NotPositiveException if index &lt; 0
+     * @throws NotPositiveException if {@code index < 0}.
      */
     public double[] skipTo(final int index) {
         if (index < 0) {

Reply via email to