Skip to content

Commit 876a065

Browse files
📝 Mise à jours ExempleDeCode.java
1 parent 5d33ed5 commit 876a065

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ressources/ExempleDeCode.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ public static void main(String[] args) {
4040
Planning planningProfesseurs = emploiDuTempsProxy.getPlanningOf(prof1, prof2);
4141

4242
// Récupérer un planning via le PlanningFiltreur pour faire des combinaisons entre professeur, groupe et date
43-
PlanningFiltreur parPlusieursGroupesEtDates = PlanningFiltreur.filtrer()
43+
PlanningFiltreur plusieursGroupesDatesEtProfesseurs = PlanningFiltreur.filtrer()
4444
.par(Groupe.S2, Groupe.S3)
4545
.par(LocalDate.now(), LocalDate.now().plusDays(1))
4646
.par(prof1, prof2);
4747
Planning planningAvecFiltreur = emploiDuTempsProxy.getPlanningOf(parPlusieursGroupesEtDates);
4848
}
49-
}
49+
}

0 commit comments

Comments
 (0)