We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8610012 commit 2f3834cCopy full SHA for 2f3834c
tiles/src/main/java/com/protomaps/basemap/layers/Landuse.java
@@ -20,6 +20,7 @@
20
import java.util.Map;
21
22
23
+@SuppressWarnings("java:S1192")
24
public class Landuse implements ForwardingProfile.LayerPostProcessor {
25
26
private static final String US_FOREST_OPERATORS = """
@@ -61,7 +62,6 @@ public class Landuse implements ForwardingProfile.LayerPostProcessor {
61
62
Wildlife Sanctuary
63
""";
64
- @SuppressWarnings("java:S1192")
65
private static final MultiExpression.Index<Map<String, Object>> index = MultiExpression.of(List.of(
66
rule(
67
with("""
0 commit comments