Skip to content

Commit

Permalink
Ajout TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-maraval committed Jan 10, 2024
1 parent 1bf12b2 commit 2458290
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ private void checkSubfieldCol4ZoneE(String subfield, String traitement) throws F
if (subfield.substring(1).matches(regex)) {
throw new FileCheckingException(Constant.ERR_FILE_HEAD4TH);
}

//TODO : Revoir condition et ajouter TU parce que ça marche pas
if (traitement.equals("creerNouvelleZone") && ("E856").contains(subfield) || ("E702").contains(subfield) || ("E712").contains(subfield)){
throw new FileCheckingException(Constant.ERR_FILE_4COLZONE + subfield.substring(0, 4));
}
Expand Down

0 comments on commit 2458290

Please sign in to comment.