Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
mvysny committed Sep 13, 2024
1 parent 5fd0dbb commit febf1e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public interface WebServer {
* After the de-initialization is done and the web server is stopped, this function returns.
* <br/>
* Will be called from one thread only, and at most once.
* @throws Exception if stop failed.
* @throws Exception if stop failed. In this case the state of the web server is undefined.
*/
void stop() throws Exception;

Expand Down

0 comments on commit febf1e8

Please sign in to comment.