Skip to content

Commit

Permalink
Fix : Ajout zone 995 dans specificiations
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-maraval committed Sep 16, 2022
1 parent b27f700 commit d18baa4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/fr/abes/cbs/zones/ZonesSpecifications.java
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ public static ZoneSpecification getZoneSpecification(String label, TYPE_NOTICE t
new ZoneSpecification("990", "a", false, TYPE_NOTICE.EXEMPLAIRE),
new ZoneSpecification("991", "abcdlezijfghtv28", false, TYPE_NOTICE.EXEMPLAIRE),
new ZoneSpecification("992", "a2", false, TYPE_NOTICE.EXEMPLAIRE),
new ZoneSpecification("995", "a", false, TYPE_NOTICE.EXEMPLAIRE),
new ZoneSpecification("997", "ba", false, TYPE_NOTICE.EXEMPLAIRE),
new ZoneSpecification("999", "abcdefghijklmnopqrstuvwxyzAB15", false, TYPE_NOTICE.EXEMPLAIRE),
new ZoneSpecification("Axx", "", false, TYPE_NOTICE.EXEMPLAIRE),
Expand Down

0 comments on commit d18baa4

Please sign in to comment.