Skip to content

Commit 5b2e498

Browse files
authored
Clean up build warnings (#1016)
Signed-off-by: dhoard <[email protected]>
1 parent e878678 commit 5b2e498

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

collector/src/test/java/io/prometheus/jmx/ObjectNameAttributeFilterTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
import org.junit.Test;
1010
import org.yaml.snakeyaml.Yaml;
1111

12+
@SuppressWarnings({"unchecked", "rawtypes"})
1213
public class ObjectNameAttributeFilterTest {
1314

1415
static final String CONFIG_EXCLUDE_MAP_FIELD = "configExcludeObjectNameAttributesMap";

0 commit comments

Comments
 (0)