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 7fb91e55ec822e6ee3cc19d28e1110b24e633ec5 Author: Alex Herbert <[email protected]> AuthorDate: Fri Apr 25 12:31:58 2025 +0100 Remove trailing semi-colon from comment --- .../apache/commons/geometry/euclidean/DocumentationExamplesTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-geometry-euclidean/src/test/java/org/apache/commons/geometry/euclidean/DocumentationExamplesTest.java b/commons-geometry-euclidean/src/test/java/org/apache/commons/geometry/euclidean/DocumentationExamplesTest.java index b86ef8ca..ae03f3b4 100644 --- a/commons-geometry-euclidean/src/test/java/org/apache/commons/geometry/euclidean/DocumentationExamplesTest.java +++ b/commons-geometry-euclidean/src/test/java/org/apache/commons/geometry/euclidean/DocumentationExamplesTest.java @@ -217,7 +217,7 @@ class DocumentationExamplesTest { tree.add(Interval.of(1.5, 3, precision)); tree.add(Interval.of(-1, -2, precision)); - // compute the size; + // compute the size final double size = tree.getSize(); // 3 // convert back to intervals
