Skip to content

Commit

Permalink
run spotlessApply
Browse files Browse the repository at this point in the history
  • Loading branch information
hilpitome committed Jan 15, 2025
1 parent 4f3ec31 commit 0ceacca
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
import java.util.Iterator;
import java.util.Map;
import java.util.Properties;

import org.apache.commons.lang3.StringUtils;
import org.jetbrains.annotations.NotNull;
import org.smartregister.util.FCTConstants;
Expand Down Expand Up @@ -232,8 +231,7 @@ public void run() {
├── another_file.json
*/
@NotNull
private static Path getTranslationDirectoryPath(@NotNull Path inputFilePath) {
@NotNull private static Path getTranslationDirectoryPath(@NotNull Path inputFilePath) {
Objects.requireNonNull(inputFilePath, "Input file path cannot be null");

if (inputFilePath.endsWith("configs") || inputFilePath.endsWith("fhir_content")) {
Expand All @@ -249,7 +247,6 @@ private static Path getTranslationDirectoryPath(@NotNull Path inputFilePath) {
return inputFilePath.resolve("translation");
}


private static void mergeContent(
Path inputFilePath, String translationFile, String locale, Set<String> targetFields)
throws IOException, NoSuchAlgorithmException {
Expand Down

0 comments on commit 0ceacca

Please sign in to comment.