Corrected exception type.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1054329 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2011-01-02 00:11:33 +00:00
parent 4732784752
commit 94b6e24880
1 changed files with 1 additions and 1 deletions

View File

@ -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();