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-geometry.git
commit 9e2961a13a889bcbff8bfcd6e5b839725cd8ca14 Author: Alex Herbert <aherb...@apache.org> AuthorDate: Wed Apr 23 16:33:20 2025 +0100 Update comment to avoid sonarcloud false positive --- .../apache/commons/geometry/core/internal/AbstractBucketPointMap.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 5bc33322..da1d0bf1 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 @@ -740,7 +740,7 @@ public abstract class AbstractBucketPointMap<P extends Point<P>, V> return closest; } - // internal node; + // internal node return findNearestEntryInChildren(refPt, maxDist); }