mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 17:59:03 +00:00
Polish "Polish TomcatReactiveWebServerFactoryTests"
See gh-17336
This commit is contained in:
+1
-1
@@ -251,7 +251,7 @@ class TomcatReactiveWebServerFactoryTests extends AbstractReactiveWebServerFacto
|
||||
assertThat(((PortInUseException) ex).getPort()).isEqualTo(blockedPort);
|
||||
}
|
||||
|
||||
public interface BlockedPortAction {
|
||||
private interface BlockedPortAction {
|
||||
|
||||
void run(int port);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user