We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d33ed5 commit 876a065Copy full SHA for 876a065
ressources/ExempleDeCode.java
@@ -40,10 +40,10 @@ public static void main(String[] args) {
40
Planning planningProfesseurs = emploiDuTempsProxy.getPlanningOf(prof1, prof2);
41
42
// Récupérer un planning via le PlanningFiltreur pour faire des combinaisons entre professeur, groupe et date
43
- PlanningFiltreur parPlusieursGroupesEtDates = PlanningFiltreur.filtrer()
+ PlanningFiltreur plusieursGroupesDatesEtProfesseurs = PlanningFiltreur.filtrer()
44
.par(Groupe.S2, Groupe.S3)
45
.par(LocalDate.now(), LocalDate.now().plusDays(1))
46
.par(prof1, prof2);
47
Planning planningAvecFiltreur = emploiDuTempsProxy.getPlanningOf(parPlusieursGroupesEtDates);
48
}
49
-}
+}
0 commit comments