Skip to content

Commit 573e292

Browse files
committed
📝 Mise à jour Javadoc Planning
1 parent 1232e22 commit 573e292

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*
2222
* @author emerick-biron
2323
* @author MathieuSoysal
24-
* @version 1.3.0
24+
* @version 1.4.0
2525
* @see Iterable
2626
* @see Planifiable
2727
* @see Cours
@@ -119,6 +119,16 @@ public Planning getPlanningOf(Professeur... professeurs) {
119119
return result;
120120
}
121121

122+
/**
123+
* Permet d'obtenir le planning correspondant au {@link PlanningFiltreur}
124+
*
125+
* @param planningFiltreur filtrant le planning
126+
* @return planning correspondant au filtre
127+
* @since 1.4.0
128+
*
129+
* @see PlanningFiltreur
130+
* @see Planning
131+
*/
122132
public Planning getPlanningOf(PlanningFiltreur planningFiltreur) {
123133
Planning result = new Planning(cours);
124134
if (planningFiltreur.getDates() != null)

0 commit comments

Comments
 (0)