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:
parent
83dd172df8
commit
d9a1181fad
|
@ -1340,9 +1340,9 @@ public class RealVectorImpl implements RealVector, Serializable {
|
|||
* </p>
|
||||
*
|
||||
* @param other Object to test for equality to this
|
||||
* @return true if two 3D vector objects are equal, false if
|
||||
* object is null, not an instance of Vector3D, or
|
||||
* not equal to this Vector3D instance
|
||||
* @return true if two vector objects are equal, false if
|
||||
* object is null, not an instance of RealVector, or
|
||||
* not equal to this RealVector instance
|
||||
*
|
||||
*/
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue