This commit is contained in:
Minh VU
2024-12-02 15:29:05 +01:00
parent 73e22d6142
commit a828ee8170

View File

@@ -23,7 +23,7 @@ public class Cuisinier extends Thread {
}catch(InterruptedException e){ }catch(InterruptedException e){
System.out.println(e); System.out.println(e);
} }
stand.finir_cuit(); stand.finir_cuit(client);
stand.notifyAll(); stand.notifyAll();
} }