This is an automated email from the ASF dual-hosted git repository.
erans 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 986d192 Javadoc.
986d192 is described below
commit 986d192b069eef378721a1430dc775b6f5bbc635
Author: Gilles Sadowski <[email protected]>
AuthorDate: Sat Sep 28 00:16:25 2019 +0200
Javadoc.
---
.../main/java/org/apache/commons/geometry/euclidean/oned/Vector1D.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/commons-geometry-euclidean/src/main/java/org/apache/commons/geometry/euclidean/oned/Vector1D.java
b/commons-geometry-euclidean/src/main/java/org/apache/commons/geometry/euclidean/oned/Vector1D.java
index 896e7db..1447c1b 100644
---
a/commons-geometry-euclidean/src/main/java/org/apache/commons/geometry/euclidean/oned/Vector1D.java
+++
b/commons-geometry-euclidean/src/main/java/org/apache/commons/geometry/euclidean/oned/Vector1D.java
@@ -398,7 +398,7 @@ public class Vector1D extends EuclideanVector<Vector1D> {
/**
* Creates a normalized vector.
*
- * @param v Vector coordinate.
+ * @param x Vector coordinate.
* @return a vector whose norm is 1.
* @throws IllegalNormException if the norm of the given value is
zero, NaN, or infinite
*/