Skip to content

Commit 83553ee

Browse files
committed
Fix test checkstyle issues
Fix checkstyle issues from forward merge. See gh-21022
1 parent 5757c08 commit 83553ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/endpoint/ExposeExcludePropertyEndpointFilterTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ void matchWhenMixedCaseShouldMatch() {
148148
}
149149

150150
@Test // gh-20997
151-
public void matchWhenDashInName() throws Exception {
151+
void matchWhenDashInName() throws Exception {
152152
setupFilter("bus-refresh", "");
153153
assertThat(match(EndpointId.of("bus-refresh"))).isTrue();
154154
}

0 commit comments

Comments
 (0)