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-geometry.git
The following commit(s) were added to refs/heads/master by this push:
new fac5775d Fix typos in comments
fac5775d is described below
commit fac5775d486816e0ed111b515cd7993a1bdfe569
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Aug 21 09:16:52 2024 -0400
Fix typos in comments
---
.../apache/commons/geometry/core/internal/AbstractBucketPointMap.java | 2 +-
.../test/java/org/apache/commons/geometry/core/GeometryTestUtils.java | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/commons-geometry-core/src/main/java/org/apache/commons/geometry/core/internal/AbstractBucketPointMap.java
b/commons-geometry-core/src/main/java/org/apache/commons/geometry/core/internal/AbstractBucketPointMap.java
index 002325d6..5bc33322 100644
---
a/commons-geometry-core/src/main/java/org/apache/commons/geometry/core/internal/AbstractBucketPointMap.java
+++
b/commons-geometry-core/src/main/java/org/apache/commons/geometry/core/internal/AbstractBucketPointMap.java
@@ -786,7 +786,7 @@ public abstract class AbstractBucketPointMap<P extends
Point<P>, V>
return closest;
}
- /** Find the farthest entry from {@code refPt} within the subtree
rooted at this node..
+ /** Find the farthest entry from {@code refPt} within the subtree
rooted at this node.
* @param refPt reference point
* @return farthest entry from {@code refPt} in the subtree rooted at
this node, or null
* if no such entry exists.
diff --git
a/commons-geometry-core/src/test/java/org/apache/commons/geometry/core/GeometryTestUtils.java
b/commons-geometry-core/src/test/java/org/apache/commons/geometry/core/GeometryTestUtils.java
index 5d8a8029..0c845f86 100644
---
a/commons-geometry-core/src/test/java/org/apache/commons/geometry/core/GeometryTestUtils.java
+++
b/commons-geometry-core/src/test/java/org/apache/commons/geometry/core/GeometryTestUtils.java
@@ -37,7 +37,7 @@ public final class GeometryTestUtils {
Assertions.assertTrue(value > 0, msg);
}
- /** Asserts that the given value is negative infinity..
+ /** Asserts that the given value is negative infinity.
* @param value
*/
public static void assertNegativeInfinity(final double value) {