TD2: Add multithreaded server primary code.
[TD_SR.git] / TD2 / client / ClientSimplifie.java
index 84fecb56e6b974b6385e1baacd12fd4417954341..5a2e0485f2282c0dcf347bbc05366e9fd21e8b6d 100644 (file)
@@ -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;
     }