Skip to content

Commit d132179

Browse files
committed
Merge pull request menacher#72 from endercool39/patch-1
Update Server.java
2 parents 1074965 + 277dd0b commit d132179

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • jetserver/src/main/java/org/menacheri/jetserver/server

jetserver/src/main/java/org/menacheri/jetserver/server/Server.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public enum TRANSMISSION_PROTOCOL implements TransmissionProtocol {
1818

1919
void startServer() throws Exception;
2020

21-
void startServer(int port) throws Exception;;
21+
void startServer(int port) throws Exception;
2222

2323
void startServer(InetSocketAddress socketAddress) throws Exception;
2424

0 commit comments

Comments
 (0)