correction client

This commit is contained in:
trochas
2024-12-03 16:31:37 +01:00
parent da7acb79c4
commit ce6a25f578
3 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
public class Au_Woke {
private Client[] clients= new Client[30];
private Client[] clients= new Client[100];
private Restaurant restaurant =new Restaurant();
Au_Woke(){
restaurant.cuisinier.start();