test
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user