You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/embedded/undertow/UndertowWebServer.java
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -299,9 +299,10 @@ public int getPort() {
299
299
}
300
300
301
301
/**
302
-
* Returns the undertow of the WebServer. Note, the return value will be null until
303
-
* the server has been started.
304
-
* @return undertow of the WebServer.
302
+
* Returns the {@link Undertow Undertow server}. Returns {@code null} until the server
303
+
* has been started.
304
+
* @return the Undertow server or {@code null} if the server hasn't been started yet
0 commit comments