Skip to content

Commit 0c57ff6

Browse files
committed
Fix error prone spelling
1 parent 5b8eb27 commit 0c57ff6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
// This class name must end in MXBean (case sensitive)
77
@SuppressWarnings("checkstyle:AbbreviationAsWordInName")
8-
public interface AlertPipelineMXBean {
8+
public interface AlertPipelineMxBean {
99

1010
// Attributes
1111
long getCooldownSeconds();

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import org.slf4j.LoggerFactory;
2020

2121
/** Contains a pipeline that receives telemetry, feeds it into the analysis pipeline. */
22-
public class SingleAlertPipeline implements AlertPipeline, AlertPipelineMXBean {
22+
public class SingleAlertPipeline implements AlertPipeline, AlertPipelineMxBean {
2323

2424
private static final Logger LOGGER = LoggerFactory.getLogger(SingleAlertPipeline.class);
2525
private static final String JMX_KEY = "com.microsoft:type=AI-alert,name=";

0 commit comments

Comments
 (0)