Skip to content

Commit c35e1e0

Browse files
committed
checkstyle
1 parent 60714cb commit c35e1e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/jmx-metrics/library/src/test/java/io/opentelemetry/instrumentation/jmx/engine/MetricAggregationTest.java

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

3636
public class MetricAggregationTest {
3737

38-
@SuppressWarnings("unused")
38+
@SuppressWarnings({"unused", "checkstyle:AbbreviationAsWordInName"})
3939
public interface HelloMBean {
4040

4141
int getValue();

0 commit comments

Comments
 (0)