You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2015/11/03 21:37:09 UTC

[3/7] [math] Spurious semicolon.

Spurious semicolon.

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

Branch: refs/heads/MATH_3_X
Commit: a8bf634a5fc6ee2a7f5ced6b14ed8c9b69cedafd
Parents: e311872
Author: Luc Maisonobe <lu...@apache.org>
Authored: Tue Nov 3 15:55:25 2015 +0100
Committer: Luc Maisonobe <lu...@apache.org>
Committed: Tue Nov 3 15:55:25 2015 +0100

----------------------------------------------------------------------
 .../commons/math3/geometry/partitioning/BoundaryProjector.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/a8bf634a/src/main/java/org/apache/commons/math3/geometry/partitioning/BoundaryProjector.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/math3/geometry/partitioning/BoundaryProjector.java b/src/main/java/org/apache/commons/math3/geometry/partitioning/BoundaryProjector.java
index 4fbf4b9..486bbf1 100644
--- a/src/main/java/org/apache/commons/math3/geometry/partitioning/BoundaryProjector.java
+++ b/src/main/java/org/apache/commons/math3/geometry/partitioning/BoundaryProjector.java
@@ -159,7 +159,7 @@ class BoundaryProjector<S extends Space, T extends Space> implements BSPTreeVisi
             if (region != null) {
                 list.add(region);
             }
-        };
+        }
     }
 
     /** Check if a projected point lies on a boundary part.