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

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


The following commit(s) were added to refs/heads/master by this push:
     new 49664cf82 Comment: Remove unnecessary Latin acronym
49664cf82 is described below

commit 49664cf826b5d3a49a05e93e8c4e2f59d6ab7689
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Mar 14 10:06:30 2025 -0400

    Comment: Remove unnecessary Latin acronym
---
 .../org/apache/commons/math4/legacy/stat/ranking/NaturalRanking.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/stat/ranking/NaturalRanking.java
 
b/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/stat/ranking/NaturalRanking.java
index 8bfdf4d0f..336e496fa 100644
--- 
a/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/stat/ranking/NaturalRanking.java
+++ 
b/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/stat/ranking/NaturalRanking.java
@@ -457,7 +457,7 @@ public class NaturalRanking implements RankingAlgorithm {
             return Double.compare(value, other.value);
         }
 
-        // N.B. equals() and hashCode() are not implemented; see MATH-610 for 
discussion.
+        // equals() and hashCode() are not implemented; see MATH-610 for 
discussion.
 
         /**
          * Returns the value of the pair.

Reply via email to