From 80acd44268fa9d28091a4c4d3d7f4c0b573e2d1e Mon Sep 17 00:00:00 2001 From: Martin Davis Date: Thu, 24 Oct 2024 17:56:42 -0700 Subject: [PATCH] Javadoc --- .../jts/algorithm/hull/ConcaveHullOfPolygons.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/core/src/main/java/org/locationtech/jts/algorithm/hull/ConcaveHullOfPolygons.java b/modules/core/src/main/java/org/locationtech/jts/algorithm/hull/ConcaveHullOfPolygons.java index 8aaafaeac4..afdc632d19 100644 --- a/modules/core/src/main/java/org/locationtech/jts/algorithm/hull/ConcaveHullOfPolygons.java +++ b/modules/core/src/main/java/org/locationtech/jts/algorithm/hull/ConcaveHullOfPolygons.java @@ -70,8 +70,8 @@ * can be converted to a valid MultiPolygon * by using {@link Geometry#union()}; *

- * If the input contains holes (possibly containing nested polygon elements, - * these will be preserved in the output. + * If the input contains holes (possibly containing nested polygon elements) + * these are preserved in the output. * * @author Martin Davis *