first commit (#11683)
This commit is contained in:
parent
e3007b900c
commit
4380185074
|
@ -17,9 +17,10 @@ public class Data {
|
|||
}
|
||||
}
|
||||
transfer = true;
|
||||
|
||||
|
||||
String returnPacket = packet;
|
||||
notifyAll();
|
||||
return packet;
|
||||
return returnPacket;
|
||||
}
|
||||
|
||||
public synchronized void send(String packet) {
|
||||
|
|
Loading…
Reference in New Issue