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 2018/05/08 15:51:02 UTC

[4/8] [math] MATH-1458: Removed trailing whitespace for checkstyle

MATH-1458: Removed trailing whitespace for checkstyle

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

Branch: refs/heads/master
Commit: 45db3da2f88a6a051fa66481e0e2869822e44cf1
Parents: d97cc96
Author: aherbert <a....@sussex.ac.uk>
Authored: Tue May 8 13:22:22 2018 +0100
Committer: aherbert <a....@sussex.ac.uk>
Committed: Tue May 8 13:22:22 2018 +0100

----------------------------------------------------------------------
 .../commons/math4/analysis/integration/SimpsonIntegrator.java      | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/45db3da2/src/main/java/org/apache/commons/math4/analysis/integration/SimpsonIntegrator.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/math4/analysis/integration/SimpsonIntegrator.java b/src/main/java/org/apache/commons/math4/analysis/integration/SimpsonIntegrator.java
index 24325a0..26c79d5 100644
--- a/src/main/java/org/apache/commons/math4/analysis/integration/SimpsonIntegrator.java
+++ b/src/main/java/org/apache/commons/math4/analysis/integration/SimpsonIntegrator.java
@@ -126,7 +126,5 @@ public class SimpsonIntegrator extends BaseAbstractUnivariateIntegrator {
             olds = s;
             oldt = t;
         }
-        
     }
-
 }