fixed a checkstyle warning
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1073687 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3d8e132d18
commit
099ba74e92
|
@ -605,7 +605,7 @@ public class BigFraction
|
|||
* the <code>BigInteger</code> to divide by, must not be
|
||||
* <code>null</code>.
|
||||
* @return a {@link BigFraction} instance with the resulting values.
|
||||
* @throws NullArgumentException if the {@code BigInteger} is {@code null}.
|
||||
* @throws NullPointerException if the {@code BigInteger} is {@code null}.
|
||||
* @throws ArithmeticException
|
||||
* if the fraction to divide by is zero.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue