Browse Source

Merge branch '3.5.x'

Closes gh-48134
pull/48138/head
Andy Wilkinson 1 month ago
parent
commit
b65fe6520a
  1. 2
      module/spring-boot-web-server/src/main/java/org/springframework/boot/web/server/PortInUseException.java

2
module/spring-boot-web-server/src/main/java/org/springframework/boot/web/server/PortInUseException.java

@ -65,7 +65,7 @@ public class PortInUseException extends WebServerException { @@ -65,7 +65,7 @@ public class PortInUseException extends WebServerException {
* Throw a {@link PortInUseException} if the given exception was caused by a "port in
* use" {@link BindException}.
* @param ex the source exception
* @param port a suppler used to provide the port
* @param port a supplier used to provide the port
* @since 2.2.7
*/
public static void throwIfPortBindingException(Exception ex, IntSupplier port) {

Loading…
Cancel
Save