This is an automated email from the ASF dual-hosted git repository.

mattjuntunen 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 1c95b9c  Minor Changes:
1c95b9c is described below

commit 1c95b9cdc15072a9b4448d15eea30916bcc75f4d
Author: Arturo Bernal <arturobern...@gmail.com>
AuthorDate: Tue Oct 19 08:02:54 2021 +0200

    Minor Changes:
    
    * Simplify conditions.
    * Fix javaDoc
    * Remove  redundant initializer.
---
 .../org/apache/commons/geometry/euclidean/oned/RegionBSPTree1D.java    | 2 +-
 pom.xml                                                                | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git 
a/commons-geometry-euclidean/src/main/java/org/apache/commons/geometry/euclidean/oned/RegionBSPTree1D.java
 
b/commons-geometry-euclidean/src/main/java/org/apache/commons/geometry/euclidean/oned/RegionBSPTree1D.java
index d6fe32e..d174a23 100644
--- 
a/commons-geometry-euclidean/src/main/java/org/apache/commons/geometry/euclidean/oned/RegionBSPTree1D.java
+++ 
b/commons-geometry-euclidean/src/main/java/org/apache/commons/geometry/euclidean/oned/RegionBSPTree1D.java
@@ -75,7 +75,7 @@ public final class RegionBSPTree1D extends 
AbstractRegionBSPTree<Vector1D, Regio
     /** Classify a point location with respect to the region.
      * @param x the point to classify
      * @return the location of the point with respect to the region
-     * @see #classify(org.apache.commons.geometry.core.Point)
+     * @see 
AbstractRegionBSPTree#classify(org.apache.commons.geometry.core.Point)
      */
     public RegionLocation classify(final double x) {
         return classify(Vector1D.of(x));
diff --git a/pom.xml b/pom.xml
index 07e67a1..443a7bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -719,6 +719,9 @@ This is avoided by creating an empty directory when svn is 
not available.
   </developers>
 
   <contributors>
+    <contributor>
+      <name>Arturo Bernal</name>
+    </contributor>
   </contributors>
 
 </project>

Reply via email to