X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=TD2%2Fclient%2FThreadClientReceive.java;h=8be380f42012c55e6787a82aa7d0d69eeeb049d6;hb=c4aaaecaa30716d0bc52f859f799880e5a37b027;hp=a3f28d87f29a28a2f3701fbce7d501deb10522d9;hpb=b9a33c97f77a1eae45b91426ca8061e18f163d4e;p=TD_SR.git diff --git a/TD2/client/ThreadClientReceive.java b/TD2/client/ThreadClientReceive.java index a3f28d8..8be380f 100644 --- a/TD2/client/ThreadClientReceive.java +++ b/TD2/client/ThreadClientReceive.java @@ -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(".")) {