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

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


The following commit(s) were added to refs/heads/fraction-dev by this push:
     new 43df05f  NUMBERS-75: Removal of unused BigInteger import
43df05f is described below

commit 43df05fc77f68b5017b68189ae5acaee4f8b11be
Author: Eric Barnhill <[email protected]>
AuthorDate: Thu Dec 27 12:10:25 2018 -0800

    NUMBERS-75: Removal of unused BigInteger import
---
 .../src/main/java/org/apache/commons/numbers/fraction/Fraction.java      | 1 -
 1 file changed, 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 012e950..27fc5f1 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
@@ -17,7 +17,6 @@
 package org.apache.commons.numbers.fraction;
 
 import java.io.Serializable;
-import java.math.BigInteger;
 import org.apache.commons.numbers.core.ArithmeticUtils;
 import org.apache.commons.numbers.core.NativeOperators;
 

Reply via email to