first commit (#11683)

This commit is contained in:
ACHRAF TAITAI
2022-01-16 21:58:04 +01:00
committed by GitHub
parent 3ac64cea9f
commit 55b23b9562

View File

@@ -18,8 +18,9 @@ public class Data {
} }
transfer = true; transfer = true;
String returnPacket = packet;
notifyAll(); notifyAll();
return packet; return returnPacket;
} }
public synchronized void send(String packet) { public synchronized void send(String packet) {