Author: luc
Date: Tue Jun 2 09:01:23 2009
New Revision: 780973
URL: http://svn.apache.org/viewvc?rev=780973&view=rev
Log:
fixed javadoc copy/paste error
Modified:
commons/proper/math/trunk/src/java/org/apache/commons/math/linear/RealVectorImpl.java
Modified:
commons/proper/math/trunk/src/java/org/apache/commons/math/linear/RealVectorImpl.java
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/java/org/apache/commons/math/linear/RealVectorImpl.java?rev=780973&r1=780972&r2=780973&view=diff
==============================================================================
---
commons/proper/math/trunk/src/java/org/apache/commons/math/linear/RealVectorImpl.java
(original)
+++
commons/proper/math/trunk/src/java/org/apache/commons/math/linear/RealVectorImpl.java
Tue Jun 2 09:01:23 2009
@@ -1340,9 +1340,9 @@
* </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