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: spring-boot-actuator/src/test/java/org/springframework/boot/actuate/endpoint/jmx/EndpointMBeanExporterTests.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -337,7 +337,7 @@ public static class JsonMapConversionEndpoint
337
337
extendsAbstractEndpoint<Map<String, Object>> {
338
338
339
339
publicJsonMapConversionEndpoint() {
340
-
super("json-map-conversion");
340
+
super("json_map_conversion");
341
341
}
342
342
343
343
@Override
@@ -353,7 +353,7 @@ public static class JsonListConversionEndpoint
0 commit comments