Skip to content

Commit 899cd09

Browse files
📝 Correction documentation : ExempleDeCode
1 parent 876a065 commit 899cd09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ressources/ExempleDeCode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ public static void main(String[] args) {
4444
.par(Groupe.S2, Groupe.S3)
4545
.par(LocalDate.now(), LocalDate.now().plusDays(1))
4646
.par(prof1, prof2);
47-
Planning planningAvecFiltreur = emploiDuTempsProxy.getPlanningOf(parPlusieursGroupesEtDates);
47+
Planning planningAvecFiltreur = emploiDuTempsProxy.getPlanningOf(plusieursGroupesDatesEtProfesseurs);
4848
}
4949
}

0 commit comments

Comments
 (0)