Skip to content

Commit 1618bf8

Browse files
committed
Remove error prone check for StubMXBean
1 parent 5a408ed commit 1618bf8

File tree

1 file changed

+1
-1
lines changed
  • agent/agent-tooling/src/test/java/com/microsoft/applicationinsights/agent/internal/perfcounter

1 file changed

+1
-1
lines changed

agent/agent-tooling/src/test/java/com/microsoft/applicationinsights/agent/internal/perfcounter/JmxDataFetcherTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
class JmxDataFetcherTest {
1919

20-
@SuppressWarnings({"unused", "checkstyle:AbbreviationAsWordInName"})
20+
@SuppressWarnings({"unused", "checkstyle:AbbreviationAsWordInName", "IdentifierName"})
2121
// This class name must end in MXBean (case sensitive)
2222
public interface StubMXBean {
2323
int getIntSample();

0 commit comments

Comments
 (0)