You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2008/07/27 17:11:43 UTC

svn commit: r680121 - /commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/geometry/Vector3D.java

Author: luc
Date: Sun Jul 27 08:11:43 2008
New Revision: 680121

URL: http://svn.apache.org/viewvc?rev=680121&view=rev
Log:
fixed javadoc

Modified:
    commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/geometry/Vector3D.java

Modified: commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/geometry/Vector3D.java
URL: http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/geometry/Vector3D.java?rev=680121&r1=680120&r2=680121&view=diff
==============================================================================
--- commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/geometry/Vector3D.java (original)
+++ commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/geometry/Vector3D.java Sun Jul 27 08:11:43 2008
@@ -381,8 +381,8 @@
    * <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