debut changement

This commit is contained in:
2022-11-29 15:09:41 +01:00
parent c215672e38
commit 1351345df5
9 changed files with 218 additions and 27 deletions

View File

@@ -375,13 +375,13 @@ public class AbstractGroupeFactoryNP implements AbstractGroupeFactory {
}
private void close(AutoCloseable clos){
try{
clos.close();
}catch(Exception e){
if(this.erreurCO()==true)
this.close(clos);
try{
clos.close();
}catch(Exception e){
if(this.erreurCO()==true)
this.close(clos);
}
}
}
private boolean saveEtu(Etudiant etudiant, Groupe g){