There was an error while loading. Please reload this page.
2 parents afa2af1 + c21f5da commit fe07ad8Copy full SHA for fe07ad8
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/server/PortInUseException.java
@@ -63,7 +63,7 @@ public int getPort() {
63
* Throw a {@link PortInUseException} if the given exception was caused by a "port in
64
* use" {@link BindException}.
65
* @param ex the source exception
66
- * @param port a suppler used to provide the port
+ * @param port a supplier used to provide the port
67
* @since 2.2.7
68
*/
69
public static void throwIfPortBindingException(Exception ex, IntSupplier port) {
0 commit comments