Skip to content

Commit 9ec521d

Browse files
committed
🔨 maj toString Cours
1 parent 4865843 commit 9ec521d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/edt/umontp/fr/Cours.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ public String getIntitule() {
193193

194194
@Override
195195
public String toString() {
196-
return intitule.toUpperCase(Locale.ROOT) + " :\n Date : " + date + "\n Commence à " + heureDebut + " finit à "
196+
return intitule.toUpperCase(Locale.ROOT) + " :\n Date : " + date + "\n Commence à " + heureDebut + ", finit à "
197197
+ heureFin + "\n Enseignant :" + Arrays.toString(prof) + " \n Localisation : " + lieu + " \n Groupe : "
198198
+ Arrays.toString(groupes);
199199
}

0 commit comments

Comments
 (0)