From 099ba74e9292fef6186c08939ce0fdbd66481605 Mon Sep 17 00:00:00 2001 From: Luc Maisonobe Date: Wed, 23 Feb 2011 10:39:25 +0000 Subject: [PATCH] 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 --- src/main/java/org/apache/commons/math/fraction/BigFraction.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/math/fraction/BigFraction.java b/src/main/java/org/apache/commons/math/fraction/BigFraction.java index 2bcce28e3..c6480cb85 100644 --- a/src/main/java/org/apache/commons/math/fraction/BigFraction.java +++ b/src/main/java/org/apache/commons/math/fraction/BigFraction.java @@ -605,7 +605,7 @@ public class BigFraction * the BigInteger to divide by, must not be * null. * @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. */