Skip to content

Commit 2f3834c

Browse files
committed
Move suppress
1 parent 8610012 commit 2f3834c

File tree

1 file changed

+1
-1
lines changed
  • tiles/src/main/java/com/protomaps/basemap/layers

1 file changed

+1
-1
lines changed

tiles/src/main/java/com/protomaps/basemap/layers/Landuse.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
import java.util.Map;
2121

2222

23+
@SuppressWarnings("java:S1192")
2324
public class Landuse implements ForwardingProfile.LayerPostProcessor {
2425

2526
private static final String US_FOREST_OPERATORS = """
@@ -61,7 +62,6 @@ public class Landuse implements ForwardingProfile.LayerPostProcessor {
6162
Wildlife Sanctuary
6263
""";
6364

64-
@SuppressWarnings("java:S1192")
6565
private static final MultiExpression.Index<Map<String, Object>> index = MultiExpression.of(List.of(
6666
rule(
6767
with("""

0 commit comments

Comments
 (0)