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

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


The following commit(s) were added to refs/heads/master by this push:
     new ccc704ed Correct private javadoc errors
ccc704ed is described below

commit ccc704edec83193e8f4db0d7aed77fc33d56fcb1
Author: Alex Herbert <[email protected]>
AuthorDate: Sun Sep 20 15:02:16 2026 +0100

    Correct private javadoc errors
---
 .../main/java/org/apache/commons/rng/core/source64/LXMSupport.java  | 2 +-
 .../org/apache/commons/rng/sampling/distribution/InternalGamma.java | 6 ++----
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git 
a/commons-rng-core/src/main/java/org/apache/commons/rng/core/source64/LXMSupport.java
 
b/commons-rng-core/src/main/java/org/apache/commons/rng/core/source64/LXMSupport.java
index c64e6458..0544ebc2 100644
--- 
a/commons-rng-core/src/main/java/org/apache/commons/rng/core/source64/LXMSupport.java
+++ 
b/commons-rng-core/src/main/java/org/apache/commons/rng/core/source64/LXMSupport.java
@@ -182,7 +182,7 @@ final class LXMSupport {
      * Add the two values as if unsigned 64-bit longs to produce the high 
64-bits
      * of the 128-bit unsigned result.
      *
-     * <h2>Warning</h2>
+     * <p><strong>Warning</strong>
      *
      * <p>This method is computing a carry bit for a 128-bit linear 
congruential
      * generator (LCG). The method is <em>not</em> applicable to all arguments.
diff --git 
a/commons-rng-sampling/src/main/java/org/apache/commons/rng/sampling/distribution/InternalGamma.java
 
b/commons-rng-sampling/src/main/java/org/apache/commons/rng/sampling/distribution/InternalGamma.java
index 409cd725..a0965b7d 100644
--- 
a/commons-rng-sampling/src/main/java/org/apache/commons/rng/sampling/distribution/InternalGamma.java
+++ 
b/commons-rng-sampling/src/main/java/org/apache/commons/rng/sampling/distribution/InternalGamma.java
@@ -17,10 +17,8 @@
 package org.apache.commons.rng.sampling.distribution;
 
 /**
- * <h3>
- *  Adapted and stripped down copy of class
- *  {@code "org.apache.commons.math4.special.Gamma"}.
- * </h3>
+ * Adapted and stripped down copy of class
+ * {@code "org.apache.commons.math4.special.Gamma"}.
  *
  * <p>
  * This is a utility class that provides computation methods related to the

Reply via email to