aherbert commented on code in PR #52:
URL: https://github.com/apache/commons-statistics/pull/52#discussion_r1316500738


##########
commons-statistics-descriptive/src/test/java/org/apache/commons/statistics/descriptive/TestHelper.java:
##########
@@ -48,14 +48,14 @@ static double[] concatenate(double[]... arrays) {
     /**
      * Helper function to compute the expected value of Mean using BigDecimal.
      * @param values Values.
-     * @return Mean of values.
+     * @return Mean of values rounded to <a href = 
"https://en.wikipedia.org/wiki/Decimal128_floating-point_format";> DECIMAL128 
precision.

Review Comment:
   It opens a webpage in my IDE so the href is OK. But it should have a `</a>` 
tag. Note that testing with:
   ```
   mvn javadoc:test-javadoc
   ```
   errors as there are no public or protected test classes. So this link is 
just for internal use only.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to