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 f9ee68c5 Fix malformed Javadoc comments
f9ee68c5 is described below
commit f9ee68c53864cfc0f953fbf69bfc5fbaf3cd7e0c
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Dec 13 15:27:02 2025 -0500
Fix malformed Javadoc comments
---
.../core/partitioning/AbstractConvexHyperplaneBoundedRegion.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/commons-geometry-core/src/main/java/org/apache/commons/geometry/core/partitioning/AbstractConvexHyperplaneBoundedRegion.java
b/commons-geometry-core/src/main/java/org/apache/commons/geometry/core/partitioning/AbstractConvexHyperplaneBoundedRegion.java
index e40c0555..e7346991 100644
---
a/commons-geometry-core/src/main/java/org/apache/commons/geometry/core/partitioning/AbstractConvexHyperplaneBoundedRegion.java
+++
b/commons-geometry-core/src/main/java/org/apache/commons/geometry/core/partitioning/AbstractConvexHyperplaneBoundedRegion.java
@@ -322,7 +322,7 @@ public abstract class
AbstractConvexHyperplaneBoundedRegion<P extends Point<P>,
* <li>If no boundaries match the above conditions, then the sizes of the
split boundaries are compared. If
* the sum of the sizes of the boundaries on the minus side is
greater than the sum of the sizes of
* the boundaries on the plus size, then {@link SplitLocation#MINUS
MINUS} is returned. Otherwise,
- * {@link SplitLocation#PLUS PLUS} is returned.
+ * {@link SplitLocation#PLUS PLUS} is returned.</li>
* </ol>
* @param splitter splitter to classify the region against; the splitter
is assumed to lie
* completely outside of the region