Merge pull request #17336 from izeye

* gh-17336:
  Polish "Polish TomcatReactiveWebServerFactoryTests"

Closes gh-17336
This commit is contained in:
Andy Wilkinson
2019-06-29 22:01:24 +01:00

View File

@@ -251,7 +251,7 @@ class TomcatReactiveWebServerFactoryTests extends AbstractReactiveWebServerFacto
assertThat(((PortInUseException) ex).getPort()).isEqualTo(blockedPort);
}
public interface BlockedPortAction {
private interface BlockedPortAction {
void run(int port);