X-Git-Url: https://git.piment-noir.org/?p=TD_SR.git;a=blobdiff_plain;f=TD2%2Fclient%2FClientSimplifie.java;h=5a2e0485f2282c0dcf347bbc05366e9fd21e8b6d;hp=84fecb56e6b974b6385e1baacd12fd4417954341;hb=ef258436b31ba460b5038c5b7b62a06ea8968b2d;hpb=e018d1ec033513412d9b3628a7d6701a48725382 diff --git a/TD2/client/ClientSimplifie.java b/TD2/client/ClientSimplifie.java index 84fecb5..5a2e048 100644 --- a/TD2/client/ClientSimplifie.java +++ b/TD2/client/ClientSimplifie.java @@ -69,7 +69,7 @@ public class ClientSimplifie { */ public String receiveMsg() throws IOException { String line = new String(); - //FIXME: read only the line before the ending newline + //FIXME?: read only the line before the ending newline line = lecture.readLine(); return line; }