From 8560c231d51666234605acea90b1b377e737554e Mon Sep 17 00:00:00 2001 From: Luc Maisonobe Date: Sun, 27 Jul 2008 15:11:43 +0000 Subject: [PATCH] fixed javadoc git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_0@680121 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/commons/math/geometry/Vector3D.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/java/org/apache/commons/math/geometry/Vector3D.java b/src/java/org/apache/commons/math/geometry/Vector3D.java index 286959f3c..8199856fa 100644 --- a/src/java/org/apache/commons/math/geometry/Vector3D.java +++ b/src/java/org/apache/commons/math/geometry/Vector3D.java @@ -381,8 +381,8 @@ public class Vector3D *

* All NaN values are considered to be equal - i.e, if either * (or all) coordinates of the 3D vector are equal to Double.NaN, - * the complex number is equal to - * Complex.NaN.

+ * the 3D vector is equal to {@link #NaN}. + *

* * @param other Object to test for equality to this * @return true if two 3D vector objects are equal, false if