From dcf040b000b4adcd4e91a7f91e60ea3b5582e259 Mon Sep 17 00:00:00 2001 From: Viktor Seifert Date: Fri, 24 Feb 2023 15:18:00 +0100 Subject: [PATCH] RED-6204: Corrected typo in comment --- .../redaction/v1/server/tableextraction/utils/FileUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redaction-service-v1/redaction-service-server-v1/src/main/java/com/iqser/red/service/redaction/v1/server/tableextraction/utils/FileUtils.java b/redaction-service-v1/redaction-service-server-v1/src/main/java/com/iqser/red/service/redaction/v1/server/tableextraction/utils/FileUtils.java index 5bde3f67..3bcaf7fe 100644 --- a/redaction-service-v1/redaction-service-server-v1/src/main/java/com/iqser/red/service/redaction/v1/server/tableextraction/utils/FileUtils.java +++ b/redaction-service-v1/redaction-service-server-v1/src/main/java/com/iqser/red/service/redaction/v1/server/tableextraction/utils/FileUtils.java @@ -21,7 +21,7 @@ public class FileUtils { /** - * Deletes a files; logs a message with the reason if the deletions fails. + * Deletes a file; logs a message with the reason if the deletion fails. * This method is null-safe. * @param file The file to delete. Can be null. */