Skip to content

Commit

Permalink
CDE-407 modif comentaire
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelQuetin committed Apr 23, 2024
1 parent ff527ec commit 96c4efc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/fr/abes/kafkatosudoc/service/EmailService.java
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public void sendErrorMessagesImprime(String filename, WorkInProgress<LigneKbartI
}

private void sendErrorsMessage(String filename, JsonObject listErrors) throws IOException {
// Création du chemin d'accès pour le fichier .csv
// Création du chemin d'accès pour le fichier .json
Path jsonFilePath = Path.of("errorsList_" + filename + ".json");

// Création du fichier
Expand Down Expand Up @@ -120,7 +120,7 @@ public void sendErrorMailSuppressionPackage(String packageName, String provider,
}

public void sendErrorMailProviderPackageDeleted(List<String> listError, String filename) throws IOException {
// Création du chemin d'accès pour le fichier .csv
// Création du chemin d'accès pour le fichier .json
Path jsonFilePath = Path.of("errorsList_" + filename + ".json");

// Création de la liste
Expand Down

0 comments on commit 96c4efc

Please sign in to comment.