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:
parent
4732784752
commit
94b6e24880
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue