Polish "Polish TomcatReactiveWebServerFactoryTests"

See gh-17336
This commit is contained in:
Andy Wilkinson
2019-06-29 21:57:55 +01:00
parent 0e7824cec1
commit 13bbfb7ede

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);