Skip to content

Commit fe07ad8

Browse files
committed
Merge pull request #48124 from K-jun98
* gh-48124: Fix typo in PortInUseException Javadoc Closes gh-48124
2 parents afa2af1 + c21f5da commit fe07ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public int getPort() {
6363
* Throw a {@link PortInUseException} if the given exception was caused by a "port in
6464
* use" {@link BindException}.
6565
* @param ex the source exception
66-
* @param port a suppler used to provide the port
66+
* @param port a supplier used to provide the port
6767
* @since 2.2.7
6868
*/
6969
public static void throwIfPortBindingException(Exception ex, IntSupplier port) {

0 commit comments

Comments
 (0)