File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed
Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -564,24 +564,10 @@ public static Departement rechercherParCode(String code) {
564564 *
565565 * @see StatutDepartement
566566 */
567- public static Departement [] getDepartementsParStatut (StatutDepartement statut ) {
567+ public static Departement [] filtrerParStatut (StatutDepartement statut ) {
568568 return OutilsDepartement .filtrerDepartementsParStatut (statut );
569569 }
570570
571- /**
572- * Retourne les {@link Departement} correspondant à la région donnée en
573- * paramètre.
574- *
575- * @param Region en commun des départements devant être cherchés
576- *
577- * @return Un tableau de {@code Departement} correpondants à la région donnée
578- *
579- * @see Region
580- */
581- public static Departement [] getDepartementsParRegion (Region region ) {
582- return OutilsDepartement .filtrerDepartementsParRegion (region );
583- }
584-
585571 /**
586572 * @return le code du département
587573 */
You can’t perform that action at this time.
0 commit comments