X-Git-Url: https://git.piment-noir.org/?p=TD_SR.git;a=blobdiff_plain;f=TD2%2Fclient%2FThreadClientReceive.java;h=8be380f42012c55e6787a82aa7d0d69eeeb049d6;hp=a3f28d87f29a28a2f3701fbce7d501deb10522d9;hb=c4aaaecaa30716d0bc52f859f799880e5a37b027;hpb=b483402ffbd8ba087bdd31c15d35c2b21981da29 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(".")) {