correction erreurs
This commit is contained in:
父節點
f0bef07323
當前提交
aecd3e2692
共有 2 個文件被更改,包括 3 次插入 和 3 次删除
Binary file not shown.
|
@ -123,9 +123,9 @@ class RunnerTCPEcoute implements Runnable {
|
||||||
String line = in.readLine();
|
String line = in.readLine();
|
||||||
String msg = "";
|
String msg = "";
|
||||||
while (line != null) {
|
while (line != null) {
|
||||||
if(!msg.equals("")) {
|
//if(!msg.equals("")) {
|
||||||
System.out.println("Received: "+ msg);
|
System.out.println("Received: "+ line);
|
||||||
}
|
//}
|
||||||
/*if((line.split(" ")[0].equals("Destinataire"))) {
|
/*if((line.split(" ")[0].equals("Destinataire"))) {
|
||||||
if(msg != "") {
|
if(msg != "") {
|
||||||
MessageHorodate mh = MessageHorodate.stringToMessageHorodate(msg);
|
MessageHorodate mh = MessageHorodate.stringToMessageHorodate(msg);
|
||||||
|
|
載入中…
Reference in a new issue