correction de bug MPD et premiere navigation Groupe et Etudiant

This commit is contained in:
2022-11-13 04:01:11 +01:00
parent 82c4b78930
commit 5116d7a998
9 changed files with 166 additions and 90 deletions

View File

@@ -115,6 +115,8 @@ public interface Groupe extends MonPrint {
sb.append("\t _ "+ g.getName() + " (" + g.getType() + ", capacité " + g.getMin() + " à " + g.getMax() +", id " + g.getId()+")");
sb.append("\n");
}
sb.append(" ** Groupe Pere **\n");
sb.append(getPointPoint().getName()+"\n");
return sb.toString();
}