Spurious semicolon.

This commit is contained in:
Luc Maisonobe 2015-11-03 21:45:53 +01:00
parent 3150dd3c7d
commit 175e1b3637
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ class BoundaryProjector<S extends Space, T extends Space> implements BSPTreeVisi
if (region != null) { if (region != null) {
list.add(region); list.add(region);
} }
}; }
} }
/** Check if a projected point lies on a boundary part. /** Check if a projected point lies on a boundary part.