Skip to content

Commit

Permalink
doc: Update JavaDoc of ClientManageController#start
Browse files Browse the repository at this point in the history
  • Loading branch information
Pil0tXia committed Jul 5, 2023
1 parent 22d6748 commit 2b8e496
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

import java.io.IOException;


import com.sun.net.httpserver.HttpServer;

import lombok.extern.slf4j.Slf4j;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public ClientManageController(EventMeshTCPServer eventMeshTCPServer,
/**
* Method to start the server and perform initialization.
*
* @throws IOException
* @throws IOException if an I/O error occurs
*/
public void start() throws IOException {
// Get the server's admin port.
Expand Down

0 comments on commit 2b8e496

Please sign in to comment.