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 d62c1771 Typo
d62c1771 is described below

commit d62c17711e2bfa31990480fddf4ac14c8302f315
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Dec 14 13:53:31 2023 -0500

    Typo
---
 .../java/org/apache/commons/geometry/euclidean/threed/Vector3D.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/commons-geometry-euclidean/src/main/java/org/apache/commons/geometry/euclidean/threed/Vector3D.java
 
b/commons-geometry-euclidean/src/main/java/org/apache/commons/geometry/euclidean/threed/Vector3D.java
index 0ac52dae..15ed75f1 100644
--- 
a/commons-geometry-euclidean/src/main/java/org/apache/commons/geometry/euclidean/threed/Vector3D.java
+++ 
b/commons-geometry-euclidean/src/main/java/org/apache/commons/geometry/euclidean/threed/Vector3D.java
@@ -411,7 +411,7 @@ public class Vector3D extends 
MultiDimensionalEuclideanVector<Vector3D> {
         return 643 * (164 * Double.hashCode(x) + 3 * Double.hashCode(y) + 
Double.hashCode(z));
     }
 
-    /**d
+    /**
      * Test for the equality of two vector instances.
      * <p>
      * If all coordinates of two vectors are exactly the same, and none are

Reply via email to