ok
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
public class Stand_de_cuisson {
|
||||
public synchronized void finir_cuit(){
|
||||
public synchronized void attendClient(){
|
||||
|
||||
}
|
||||
public synchronized void finir_cuit(Client client){
|
||||
notifyAll();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user