Commit 83553ee5 authored by Phillip Webb's avatar Phillip Webb

Fix test checkstyle issues

Fix checkstyle issues from forward merge.

See gh-21022
parent 5757c086
......@@ -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();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment