Skip to content

Commit

Permalink
rm suppress
Browse files Browse the repository at this point in the history
  • Loading branch information
msbarry committed Oct 31, 2023
1 parent 8a23a2b commit 3b1d415
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,6 @@ public static Collection<List<VectorTile.Feature>> groupByAttrs(
* 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:
Expand Down

0 comments on commit 3b1d415

Please sign in to comment.