TD2: Make the client send and receive object message.
[TD_SR.git] / TD2 / client / ThreadClientReceive.java
index a3f28d87f29a28a2f3701fbce7d501deb10522d9..8be380f42012c55e6787a82aa7d0d69eeeb049d6 100644 (file)
@@ -10,7 +10,7 @@ public class ThreadClientReceive implements Runnable {
     public void run() {
         try {
             boolean end = false;
-            //FIXME: Not exiting properly randomly from that loop!
+            //FIXME: not exiting properly randomly from that loop!
             while (!end) {
                 String rline = client.receiveMsg();
                 if (rline.equals(".")) {