You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2015/04/11 22:29:26 UTC

[math] Removed needless import.

Repository: commons-math
Updated Branches:
  refs/heads/MATH_3_X fcc40ccb4 -> 5bbfff653


Removed needless import.


Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/5bbfff65
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/5bbfff65
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/5bbfff65

Branch: refs/heads/MATH_3_X
Commit: 5bbfff65361bcbf205e12f316c07ef6b12b27c74
Parents: fcc40cc
Author: Phil Steitz <ph...@gmail.com>
Authored: Sat Apr 11 13:28:56 2015 -0700
Committer: Phil Steitz <ph...@gmail.com>
Committed: Sat Apr 11 13:28:56 2015 -0700

----------------------------------------------------------------------
 src/main/java/org/apache/commons/math3/special/BesselJ.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/5bbfff65/src/main/java/org/apache/commons/math3/special/BesselJ.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/math3/special/BesselJ.java b/src/main/java/org/apache/commons/math3/special/BesselJ.java
index a2897a5..5df5179 100644
--- a/src/main/java/org/apache/commons/math3/special/BesselJ.java
+++ b/src/main/java/org/apache/commons/math3/special/BesselJ.java
@@ -21,7 +21,6 @@ import org.apache.commons.math3.analysis.UnivariateFunction;
 import org.apache.commons.math3.exception.ConvergenceException;
 import org.apache.commons.math3.exception.MathIllegalArgumentException;
 import org.apache.commons.math3.exception.util.LocalizedFormats;
-import org.apache.commons.math3.special.Gamma;
 import org.apache.commons.math3.util.FastMath;
 import org.apache.commons.math3.util.MathArrays;