Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro-Salerno committed May 25, 2023
2 parents 4940888 + 697708c commit 3d24fee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ try {
EncryptedSocket encryptedSocket = new EncryptedSocket(socket);
encryptedSocket.getWriter().writeString("Hello world");
System.out.println("CLIENT: " + encryptedSocket.getReader().readString());
} catch (Exception e) {
} catch (Exception e) {
throw new RuntimeException(e);
}
}
```

## License
Expand Down

0 comments on commit 3d24fee

Please sign in to comment.