pull/703/head
Mike Barry 2023-10-30 22:02:33 -04:00
rodzic 8a23a2bfa7
commit 3b1d4156d2
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -411,7 +411,6 @@ public class FeatureMerge {
* Merges nearby polygons by expanding each individual polygon by {@code buffer}, unioning them, and contracting the
* result.
*/
@SuppressWarnings("java:S6203")
private static Geometry bufferUnionUnbuffer(double buffer, List<Geometry> polygonGroup) throws GeometryException {
/*
* A simpler alternative that might initially appear faster would be: