Skip to content

Commit 5a408ed

Browse files
committed
Remove error prone check for AlertPipelineMXBean
1 parent 5dfd99f commit 5a408ed

File tree

1 file changed

+1
-1
lines changed
  • agent/agent-profiler/agent-alerting/src/main/java/com/microsoft/applicationinsights/alerting/analysis/pipelines

1 file changed

+1
-1
lines changed

agent/agent-profiler/agent-alerting/src/main/java/com/microsoft/applicationinsights/alerting/analysis/pipelines/AlertPipelineMXBean.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
package com.microsoft.applicationinsights.alerting.analysis.pipelines;
55

66
// This class name must end in MXBean (case sensitive)
7-
@SuppressWarnings({"checkstyle:AbbreviationAsWordInName", "UpperCamelCase"})
7+
@SuppressWarnings({"checkstyle:AbbreviationAsWordInName", "IdentifierName"})
88
public interface AlertPipelineMXBean {
99

1010
// Attributes

0 commit comments

Comments
 (0)