From 2058bf5b1988932ed7b04dd8a95604bf431ec440 Mon Sep 17 00:00:00 2001 From: martins Date: Sun, 4 Dec 2022 11:38:03 +0100 Subject: [PATCH] ok --- .../fr/iutfbleau/projetIHM2022FI2/Permanent/TestTexteMNP.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();