fixed javadoc copy/paste error

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@780973 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2009-06-02 09:01:23 +00:00
parent 83dd172df8
commit d9a1181fad
1 changed files with 3 additions and 3 deletions

View File

@ -1340,9 +1340,9 @@ public class RealVectorImpl implements RealVector, Serializable {
* </p> * </p>
* *
* @param other Object to test for equality to this * @param other Object to test for equality to this
* @return true if two 3D vector objects are equal, false if * @return true if two vector objects are equal, false if
* object is null, not an instance of Vector3D, or * object is null, not an instance of RealVector, or
* not equal to this Vector3D instance * not equal to this RealVector instance
* *
*/ */
@Override @Override