Fix javadoc issues

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

Branch: refs/heads/master
Commit: b6bcbff8dc79a509855bdd570c9d8ee3f967bce6
Parents: 53d9d65
Author: Ray DeCampo <r...@decampo.org>
Authored: Fri May 12 17:55:33 2017 -0400
Committer: Ray DeCampo <r...@decampo.org>
Committed: Fri May 12 17:55:33 2017 -0400

----------------------------------------------------------------------
 .../commons/math4/stat/descriptive/summary/Product.java | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/b6bcbff8/src/main/java/org/apache/commons/math4/stat/descriptive/summary/Product.java
----------------------------------------------------------------------
diff --git 
a/src/main/java/org/apache/commons/math4/stat/descriptive/summary/Product.java 
b/src/main/java/org/apache/commons/math4/stat/descriptive/summary/Product.java
index 58609f8..46340c0 100644
--- 
a/src/main/java/org/apache/commons/math4/stat/descriptive/summary/Product.java
+++ 
b/src/main/java/org/apache/commons/math4/stat/descriptive/summary/Product.java
@@ -146,10 +146,10 @@ public class Product extends 
AbstractStorelessUnivariateStatistic implements Ser
      *     <li>the start and length arguments do not determine a valid 
array</li>
      * </ul>
      *
-     * <p>Uses the formula, <pre>
+     * <p>Uses the formula, <div style="white-space: pre"><code>
      *    weighted product = &prod;values[i]<sup>weights[i]</sup>
-     * </pre>
-     * that is, the weights are applied as exponents when computing the 
weighted product.</p>
+     * </code></div>
+     * that is, the weights are applied as exponents when computing the 
weighted product.
      *
      * @param values the input array
      * @param weights the weights array
@@ -185,10 +185,10 @@ public class Product extends 
AbstractStorelessUnivariateStatistic implements Ser
      * </ul>
      *
      * <p>Uses the formula,
-     * <pre>
+     * <div style="white-space: pre"><code>
      *    weighted product = &prod;values[i]<sup>weights[i]</sup>
-     * </pre>
-     * that is, the weights are applied as exponents when computing the 
weighted product.</p>
+     * </code></div>
+     * that is, the weights are applied as exponents when computing the 
weighted product.
      *
      * @param values the input array
      * @param weights the weights array

Reply via email to