X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=TD2%2Fclient%2FSocketClient.java;h=8bc5d4f7f81567253779c019e330908dca950a49;hb=ef258436b31ba460b5038c5b7b62a06ea8968b2d;hp=b8e0c0b35491a30ae89bde0908b34ecbfb680697;hpb=e018d1ec033513412d9b3628a7d6701a48725382;p=TD_SR.git diff --git a/TD2/client/SocketClient.java b/TD2/client/SocketClient.java index b8e0c0b..8bc5d4f 100644 --- a/TD2/client/SocketClient.java +++ b/TD2/client/SocketClient.java @@ -69,7 +69,7 @@ public class SocketClient { */ 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; }