-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Location: changed Double.valueOf to Double.parseDouble * MultiPolygon: removed some unnecessary curly braces/return statement in lambda * MultiPolygon: replaced lambda with method reference in bounds function * MultiPolygon: removed redundant continue statement in fullyGeometricallyEncloses(Location) * Polygon: merged nested if statements in isApproximatelyNSided * Polygon: merged if statement with enclosing one in overlapsInternal() * AtlasFindEntitiesByIdSubCommand: changed printf to println * AtlasResourceLoaderErrorSubCommand: removed extra curly braces * Applied spotless * Added explicit exception to Location forString * Addressed PR comment change in AtlasResourceLoaderErrorSubCommand
- Loading branch information
1 parent
b0e83d7
commit 3740c67
Showing
5 changed files
with
28 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters