TD2: Add multithreaded server primary code.
[TD_SR.git] / TD2 / client / SocketClient.java
index b8e0c0b35491a30ae89bde0908b34ecbfb680697..8bc5d4f7f81567253779c019e330908dca950a49 100644 (file)
@@ -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;
     }