We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 097184c + 8494df1 commit b65fe65Copy full SHA for b65fe65
module/spring-boot-web-server/src/main/java/org/springframework/boot/web/server/PortInUseException.java
@@ -65,7 +65,7 @@ public int getPort() {
65
* Throw a {@link PortInUseException} if the given exception was caused by a "port in
66
* use" {@link BindException}.
67
* @param ex the source exception
68
- * @param port a suppler used to provide the port
+ * @param port a supplier used to provide the port
69
* @since 2.2.7
70
*/
71
public static void throwIfPortBindingException(Exception ex, IntSupplier port) {
0 commit comments