correction erreurs
This commit is contained in:
parent
f0bef07323
commit
aecd3e2692
2 changed files with 3 additions and 3 deletions
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);
|
||||||
|
|
Loading…
Reference in a new issue