Skip to content

Commit 49664cf

Browse files
committed
Comment: Remove unnecessary Latin acronym
1 parent 64f1847 commit 49664cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/stat/ranking

commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/stat/ranking/NaturalRanking.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ public int compareTo(IntDoublePair other) {
457457
return Double.compare(value, other.value);
458458
}
459459

460-
// N.B. equals() and hashCode() are not implemented; see MATH-610 for discussion.
460+
// equals() and hashCode() are not implemented; see MATH-610 for discussion.
461461

462462
/**
463463
* Returns the value of the pair.

0 commit comments

Comments
 (0)