correction de bug MPD et premiere navigation Groupe et Etudiant
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user