This commit is contained in:
Minh VU
2024-12-02 15:52:43 +01:00
parent 99198760bb
commit 05d1859f81
3 changed files with 5 additions and 5 deletions

View File

@@ -16,4 +16,8 @@ public class Stand_de_cuisson {
public synchronized void finir_cuit(Client client){
notifyAll();
}
public synchronized void ajouter_client(Client client){
clients.add(client);
}
}