You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2019/11/01 23:04:24 UTC

[commons-numbers] 02/06: Javadoc.

This is an automated email from the ASF dual-hosted git repository.

erans pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-numbers.git

commit 4b4bac41d3b2a437763adda4301544309a130370
Author: Gilles Sadowski <gi...@harfang.homelinux.org>
AuthorDate: Fri Nov 1 23:52:47 2019 +0100

    Javadoc.
---
 .../src/main/java/org/apache/commons/numbers/fraction/Fraction.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commons-numbers-fraction/src/main/java/org/apache/commons/numbers/fraction/Fraction.java b/commons-numbers-fraction/src/main/java/org/apache/commons/numbers/fraction/Fraction.java
index 3644e37..228f236 100644
--- a/commons-numbers-fraction/src/main/java/org/apache/commons/numbers/fraction/Fraction.java
+++ b/commons-numbers-fraction/src/main/java/org/apache/commons/numbers/fraction/Fraction.java
@@ -645,7 +645,7 @@ public class Fraction
      *
      * @param s String representation.
      * @return an instance.
-     * @throws FractionException if the string does not conform to the
+     * @throws NumberFormatException if the string does not conform to the
      * specification.
      */
     public static Fraction parse(String s) {