ok
This commit is contained in:
@@ -21,7 +21,7 @@ public class Cuisinier extends Thread {
|
||||
long temps_cuire =new Random().nextInt(300 - 100) + 100;
|
||||
Thread.sleep(temps_cuire);
|
||||
}catch(InterruptedException e){
|
||||
System.out.println(e);
|
||||
e.printStackTrace();
|
||||
}
|
||||
stand.finir_cuit(client);
|
||||
stand.notifyAll();
|
||||
|
||||
Reference in New Issue
Block a user