Skip to content

Commit cd1e60c

Browse files
committed
improve comment
1 parent 78142b1 commit cd1e60c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/core/src/main/java/org/locationtech/jts/geom/util/GeometryEditor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ private Polygon editPolygon(Polygon polygon,
167167
GeometryEditorOperation operation) {
168168

169169
Polygon newPolygon = (Polygon) operation.edit(polygon, factory);
170-
// create an empty polygon if needed (which will be removed subsequently if a multi-component)
170+
// create empty polygon if needed (will be removed subsequently if a multi component)
171171
if (newPolygon == null)
172172
newPolygon = factory.createPolygon();
173173
if (newPolygon.isEmpty()) {

0 commit comments

Comments
 (0)