Author: psteitz
Date: Sun Jan  2 00:11:33 2011
New Revision: 1054329

URL: http://svn.apache.org/viewvc?rev=1054329&view=rev
Log:
Corrected exception type.

Modified:
    
commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/linear/RealVector.java

Modified: 
commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/linear/RealVector.java
URL: 
http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/linear/RealVector.java?rev=1054329&r1=1054328&r2=1054329&view=diff
==============================================================================
--- 
commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/linear/RealVector.java
 (original)
+++ 
commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/linear/RealVector.java
 Sun Jan  2 00:11:33 2011
@@ -857,7 +857,7 @@ public interface RealVector {
 
     /** Converts this vector into a unit vector.
      * <p>The instance itself is changed by this method.</p>
-     * @throws  org.apache.commons.math.exception.MathArithmeticException
+     * @throws ArithmeticException
      * if the norm is zero.
      */
     void unitize();


Reply via email to