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-statistics.git
The following commit(s) were added to refs/heads/master by this push: new 3133869 Comment: Remove unnecessary Latin acronym 3133869 is described below commit 3133869c8765444767771726a473ebcbea7cdece Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Mar 14 10:06:50 2025 -0400 Comment: Remove unnecessary Latin acronym --- .../statistics/examples/jmh/ranking/NaturalRankingPerformance.java | 2 +- .../main/java/org/apache/commons/statistics/ranking/NaturalRanking.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commons-statistics-examples/examples-jmh/src/main/java/org/apache/commons/statistics/examples/jmh/ranking/NaturalRankingPerformance.java b/commons-statistics-examples/examples-jmh/src/main/java/org/apache/commons/statistics/examples/jmh/ranking/NaturalRankingPerformance.java index 5770705..dd33b90 100644 --- a/commons-statistics-examples/examples-jmh/src/main/java/org/apache/commons/statistics/examples/jmh/ranking/NaturalRankingPerformance.java +++ b/commons-statistics-examples/examples-jmh/src/main/java/org/apache/commons/statistics/examples/jmh/ranking/NaturalRankingPerformance.java @@ -276,7 +276,7 @@ public class NaturalRankingPerformance { 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 data position. diff --git a/commons-statistics-ranking/src/main/java/org/apache/commons/statistics/ranking/NaturalRanking.java b/commons-statistics-ranking/src/main/java/org/apache/commons/statistics/ranking/NaturalRanking.java index 5bb81ac..0e479e5 100644 --- a/commons-statistics-ranking/src/main/java/org/apache/commons/statistics/ranking/NaturalRanking.java +++ b/commons-statistics-ranking/src/main/java/org/apache/commons/statistics/ranking/NaturalRanking.java @@ -580,7 +580,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 data position.