Skip to content

Commit

Permalink
Merge pull request #43 from abes-esr/develop
Browse files Browse the repository at this point in the history
Fix : Zones E316 et E317
  • Loading branch information
pierre-maraval authored Oct 30, 2024
2 parents a16472f + 54588b6 commit 00852cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/fr/abes/cbs/zones/ZonesSpecifications.java
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,8 @@ public static ZoneSpecification getZoneSpecification(String label, TYPE_NOTICE t
new ZoneSpecification("999", "abcdefghijklmnopqrstuvwxyzAB15", false, TYPE_NOTICE.EXEMPLAIRE),
new ZoneSpecification("Axx", "", false, TYPE_NOTICE.EXEMPLAIRE),
new ZoneSpecification("E012", "a2", false, TYPE_NOTICE.EXEMPLAIRE),
new ZoneSpecification("E316", "a", false, TYPE_NOTICE.EXEMPLAIRE),
new ZoneSpecification("E317", "a", false, TYPE_NOTICE.EXEMPLAIRE),
new ZoneSpecification("E316", "au2", false, TYPE_NOTICE.EXEMPLAIRE),
new ZoneSpecification("E317", "au2", false, TYPE_NOTICE.EXEMPLAIRE),
new ZoneSpecification("E318", "abcdefhijklnopru28", false, TYPE_NOTICE.EXEMPLAIRE),
new ZoneSpecification("E319", "abcdx8", false, TYPE_NOTICE.EXEMPLAIRE),
new ZoneSpecification("E325", "ab[cde]fghijnuvxyz", false, TYPE_NOTICE.EXEMPLAIRE),
Expand Down

0 comments on commit 00852cb

Please sign in to comment.