TD2: Fix the remaining bugs in the IHM chat client.
[TD_SR.git] / TD2 / client / ThreadClientoSend.java
index d6462a7c2a3b540f64bedd136bdd879d8250aa75..52db7d5abdcad564bc3dc80635086d265da27794 100644 (file)
@@ -4,8 +4,7 @@ import java.util.Random;
 
 public class ThreadClientoSend implements Runnable {
     private SocketClient client;
-    //FIXME: use a random name by thread for now
-    //       should be setable
+    //FIXME: use a random name by thread for now, should be setable
     private String randName;
 
     ThreadClientoSend(SocketClient c) {