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

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

commit c82bfd87100df4c64929adc55c045d0d419cd14c
Author: Alex Herbert <aherb...@apache.org>
AuthorDate: Thu Jun 10 00:31:59 2021 +0100

    Javadoc
---
 .../commons/numbers/examples/jmh/core/EuclideanNormAccuracyTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/commons-numbers-examples/examples-jmh/src/test/java/org/apache/commons/numbers/examples/jmh/core/EuclideanNormAccuracyTest.java
 
b/commons-numbers-examples/examples-jmh/src/test/java/org/apache/commons/numbers/examples/jmh/core/EuclideanNormAccuracyTest.java
index 285288b..8981c02 100644
--- 
a/commons-numbers-examples/examples-jmh/src/test/java/org/apache/commons/numbers/examples/jmh/core/EuclideanNormAccuracyTest.java
+++ 
b/commons-numbers-examples/examples-jmh/src/test/java/org/apache/commons/numbers/examples/jmh/core/EuclideanNormAccuracyTest.java
@@ -28,7 +28,7 @@ import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 
 /**
- * Test the accuracy of the algorithms in the {@link EuclideanNorms} class.
+ * Test the accuracy of the algorithms in the {@link EuclideanNormAlgorithms} 
class.
  */
 class EuclideanNormAccuracyTest {
 

Reply via email to