correction de bugs

This commit is contained in:
2022-11-28 10:29:52 +01:00
parent 47742b1ddc
commit c215672e38
9 changed files with 45 additions and 55 deletions

View File

@@ -119,4 +119,5 @@ public interface AbstractGroupeFactory {
* @return true si possible
*/
public boolean changeNameGroupe(Groupe g, String name);
}