fix: modify small details

This commit is contained in:
2025-05-13 14:54:02 +03:30
parent b3237169d6
commit 65fb68c233
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -33,7 +33,7 @@ public class Client {
try {
//TODO: initialize out
this.out = new DataOutputStream(clientSocket.getOutputStream());
//TODO: create a BattleShipClientNetworkHandler
//TODO: create a ClientNetworkReceiver
//TODO: start it in another thread
System.out.println("Enter Username: ");
@@ -290,7 +290,7 @@ public class Client {
try {
//initialize clientSocket
//initialize BattleShipClient
//initialize Client
} finally {
try {
if (clientSocket != null) {