fixed javadoc

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_0@680121 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2008-07-27 15:11:43 +00:00
parent 083f748403
commit 8560c231d5
1 changed files with 2 additions and 2 deletions

View File

@ -381,8 +381,8 @@ public class Vector3D
* <p>
* All <code>NaN</code> values are considered to be equal - i.e, if either
* (or all) coordinates of the 3D vector are equal to <code>Double.NaN</code>,
* the complex number is equal to
* <code>Complex.NaN</code>.</p>
* the 3D vector is equal to {@link #NaN}.
* </p>
*
* @param other Object to test for equality to this
* @return true if two 3D vector objects are equal, false if