Commit f3ed0aa5 authored by Andy Wilkinson's avatar Andy Wilkinson

Merge pull request #17336 from izeye

* gh-17336:
  Polish "Polish TomcatReactiveWebServerFactoryTests"

Closes gh-17336
parents a8b7eeca 13bbfb7e
......@@ -251,7 +251,7 @@ class TomcatReactiveWebServerFactoryTests extends AbstractReactiveWebServerFacto
assertThat(((PortInUseException) ex).getPort()).isEqualTo(blockedPort);
}
public interface BlockedPortAction {
private interface BlockedPortAction {
void run(int port);
......
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