Skip to content

Commit

Permalink
code refactoring
Browse files Browse the repository at this point in the history
applying suggested SonarLint changes
adding/modifying Javadoc
  • Loading branch information
FabiKo117 committed Feb 1, 2019
1 parent 3a6201b commit 67ef11f
Show file tree
Hide file tree
Showing 3 changed files with 201 additions and 167 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class ExceptionMessages {
+ "does not lie completely within the underlying data-extract polygon.";
public static final String BPOLYS_FORMAT = "The bpolys parameter must contain "
+ "double-parseable values in form of lon/lat coordinate pairs.";
public static final String BOUNDAR_PARAM_FORMAT =
public static final String BOUNDARY_PARAM_FORMAT =
"Error in processing the boundary parameter. Please "
+ "remember to follow the format, where you separate each boundary object with a pipe-sign "
+ "'|' and add optional custom ids to every first coordinate with a colon ':'.";
Expand Down
Loading

0 comments on commit 67ef11f

Please sign in to comment.