creating tag for 2.2 RC3

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_2_2_RC3@1073688 13f79535-47bb-0310-9956-ffa450edef68
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 2bcce28..c6480cb 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 @@
      *            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.
      */