Skip to content

Commit

Permalink
Javadoc description update (#16)
Browse files Browse the repository at this point in the history
* Minor javadoc wording update
  • Loading branch information
wty27 authored Jun 29, 2020
1 parent 5c866b1 commit accdd4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ private static void stop() {
* <p>Users can only call this function once per process.
*
* @param port the port used to bind the {@link HttpServer} {@code server}
* @throws IllegalStateException IllegalStateException if the server is already started.
* @throws IllegalStateException if the server is already started.
* @throws IOException if the server cannot bind to the specified port.
*/
public static void startHttpServerAndRegisterAllPages(int port) throws IOException {
Expand Down

0 comments on commit accdd4b

Please sign in to comment.