Skip to content

Commit

Permalink
make Server public again (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
kortemik authored Apr 18, 2024
1 parent ac0ba54 commit fb09aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/teragrep/rlp_03/server/Server.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
/**
* Simple server with integrated EventLoop which is executed by the {@link Runnable}
*/
class Server implements Runnable {
public class Server implements Runnable {

private static final Logger LOGGER = LoggerFactory.getLogger(Server.class);

Expand Down

0 comments on commit fb09aba

Please sign in to comment.