mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Merge branch '3.5.x'
Closes gh-48134
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user