From 935512aa7b09a92e5a1ba21cd5f3e43c4792d566 Mon Sep 17 00:00:00 2001 From: sio Date: Thu, 12 Sep 2024 09:38:59 +0200 Subject: [PATCH] =?UTF-8?q?mise=20=C3=A0=20jour=20cr=C3=A9ation=20commande?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Test.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Test.java b/src/Test.java index 4b87720..279f8be 100644 --- a/src/Test.java +++ b/src/Test.java @@ -21,8 +21,8 @@ public class Test { Entreprise lEntreprise=new Entreprise("MusicAndCo"); Instrument instr1=new Instrument(1,"Piano",10, 8300f); Instrument instr2=new Instrument(2,"Violon",9, 105f); - Instrument instr1=new Instrument(3,"Guitare",8, 575f); - Commande laCommande = new Commande(1,"Thevenot","12/09/2024"); + Instrument instr3=new Instrument(3,"Guitare",8, 575f); + Commande laCommande = new Commande(1,1,"12/09/2024"); lEntreprise.ajouterCommande(laCommande); }