You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jmx-scraper/src/integrationTest/java/io/opentelemetry/contrib/jmxscraper/assertions/AttributeMatcherSet.java
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -26,18 +26,14 @@ public class AttributeMatcherSet {
26
26
matchers.stream().collect(Collectors.toMap(AttributeMatcher::getAttributeName, m -> m));
27
27
}
28
28
29
-
Map<String, AttributeMatcher> getMatchers() {
30
-
returnmatchers;
31
-
}
32
-
33
29
/**
34
30
* Checks if attributes match this attribute matcher set
35
31
*
36
32
* @param attributes attributes to check as map
37
33
* @return {@literal true} when the attributes match all attributes from this set
0 commit comments