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 2020/12/22 14:41:09 UTC

[commons-math] 02/02: Nit (ordering convention for "import" statements).

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-math.git

commit 90efa03f5f734560830b3cdaf1728a2ca0881184
Author: Gilles Sadowski <gi...@gmail.com>
AuthorDate: Tue Dec 22 10:47:02 2020 +0100

    Nit (ordering convention for "import" statements).
    
    Closes #168.
---
 .../analysis/integration/gauss/LegendreHighPrecisionRuleFactory.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/math4/analysis/integration/gauss/LegendreHighPrecisionRuleFactory.java b/src/main/java/org/apache/commons/math4/analysis/integration/gauss/LegendreHighPrecisionRuleFactory.java
index a982deb..e5ce3c6 100644
--- a/src/main/java/org/apache/commons/math4/analysis/integration/gauss/LegendreHighPrecisionRuleFactory.java
+++ b/src/main/java/org/apache/commons/math4/analysis/integration/gauss/LegendreHighPrecisionRuleFactory.java
@@ -16,11 +16,11 @@
  */
 package org.apache.commons.math4.analysis.integration.gauss;
 
-import org.apache.commons.math4.util.Pair;
-
 import java.math.BigDecimal;
 import java.math.MathContext;
 
+import org.apache.commons.math4.util.Pair;
+
 /**
  * Factory that creates Gauss-type quadrature rule using Legendre polynomials.
  * In this implementation, the lower and upper bounds of the natural interval