first commit (#11683)

This commit is contained in:
ACHRAF TAITAI 2022-01-16 21:58:04 +01:00 committed by GitHub
parent e3007b900c
commit 4380185074
1 changed files with 3 additions and 2 deletions

View File

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