Fix test checkstyle issues

Fix checkstyle issues from forward merge.

See gh-21022
This commit is contained in:
Phillip Webb 2020-04-19 16:51:59 -07:00
parent 5757c0864c
commit 83553ee504

View File

@ -148,7 +148,7 @@ class ExposeExcludePropertyEndpointFilterTests {
}
@Test // gh-20997
public void matchWhenDashInName() throws Exception {
void matchWhenDashInName() throws Exception {
setupFilter("bus-refresh", "");
assertThat(match(EndpointId.of("bus-refresh"))).isTrue();
}