Commit 13bbfb7e authored by Andy Wilkinson's avatar Andy Wilkinson

Polish "Polish TomcatReactiveWebServerFactoryTests"

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