Merge "Issue #2829 - fix the spelling of 'coordinate' in GfeUtil" into development
Former-commit-id:bd94f6bf99
[formerly 12458982fe4c43a9b61e9194246c80527d02da6d] Former-commit-id:4fbb2f0059
This commit is contained in:
commit
363e9e294f
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ public class GfeUtil {
|
|||
// check for closed line string
|
||||
if (!ls.isClosed()) {
|
||||
throw new IllegalArgumentException(
|
||||
"The coorinate list must be closed (first and last coordinates must be equal)");
|
||||
"The coordinate list must be closed (first and last coordinates must be equal)");
|
||||
}
|
||||
|
||||
// node the line string (insert vertices where lines cross)
|
||||
|
|
Loading…
Add table
Reference in a new issue