This commit is contained in:
Minh VU
2024-12-03 15:07:18 +01:00
parent aedd491b7b
commit 9452c0ea77
4 changed files with 27 additions and 25 deletions

View File

@@ -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();