diff --git a/modules/core/src/main/java/org/locationtech/jts/coverage/CoverageValidator.java b/modules/core/src/main/java/org/locationtech/jts/coverage/CoverageValidator.java index fffb552cd..f570221e7 100644 --- a/modules/core/src/main/java/org/locationtech/jts/coverage/CoverageValidator.java +++ b/modules/core/src/main/java/org/locationtech/jts/coverage/CoverageValidator.java @@ -37,7 +37,7 @@ *
* A valid coverage may contain holes (regions of no coverage). * Sometimes it is desired to detect whether coverages contain - * narrow gaps between polygons + * holes which are narrow gaps between polygons * (which can be a result of digitizing error or misaligned data). * This class can detect narrow gaps, * by specifying a maximum gap width using {@link #setGapWidth(double)}. @@ -47,6 +47,9 @@ * (linework identified as part of a gap which is actually wider). * See {@link CoverageGapFinder} for an alternate way to detect gaps which may be more accurate. * + *