diff --git a/java/APIGroupe/src/fr/iutfbleau/projetIHM2022FI2/Permanent/TestTexteMNP.java b/java/APIGroupe/src/fr/iutfbleau/projetIHM2022FI2/Permanent/TestTexteMNP.java index 96f85ec..4b64922 100644 --- a/java/APIGroupe/src/fr/iutfbleau/projetIHM2022FI2/Permanent/TestTexteMNP.java +++ b/java/APIGroupe/src/fr/iutfbleau/projetIHM2022FI2/Permanent/TestTexteMNP.java @@ -32,7 +32,7 @@ public class TestTexteMNP{ if(chois==User.ETUDIANT){ switch(Connexion.Persistant()){ case 1: - new fr.iutfbleau.projetIHM2022FI2.MP.ROOT.Model.ModelRoot(); + new fr.iutfbleau.projetIHM2022FI2.MP.ETU.Model.ModelEtu(); break; case 2: AbstractGroupeFactory agf=TestTexteMNP.getAgf();