Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Commit 8fafb22

Browse files
authored
NPE (#67)
Co-authored-by: Katsute <Katsute@users.noreply.github.com>
1 parent 0959218 commit 8fafb22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/kttdevelopment/simplehttpserver/SimpleHttpServer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ public static SimpleHttpServer create(final int port, final int backlog) throws
179179
* Returns the address that the server is binded to.
180180
*
181181
* @return binded address
182+
* @throws NullPointerException if server is not binded to a port
182183
*
183184
* @see InetSocketAddress
184185
* @since 02.00.00

0 commit comments

Comments
 (0)