correction erreurs
这个提交包含在:
父节点
f0bef07323
当前提交
aecd3e2692
共有 2 个文件被更改,包括 3 次插入 和 3 次删除
二进制文件未显示。
|
@ -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);
|
||||||
|
|
正在加载…
在新工单中引用