Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 3a7d1e55 authored by Joze RIHTARSIC's avatar Joze RIHTARSIC
Browse files

[URGENT-FIX] Merge issue

parent a12d6abd
No related branches found
No related tags found
No related merge requests found
Pipeline #201504 failed
......@@ -85,8 +85,7 @@ public class SMPLanguageResourceService {
JsonNode jsonTranslation = mapper.readTree(target);
Properties properties = new Properties();
jsonTranslation.fieldNames().forEachRemaining(fieldName ->
properties.setProperty(fieldName, jsonTranslation.get(fieldName).asText());
);
properties.setProperty(fieldName, jsonTranslation.get(fieldName).asText()));
return properties;
} catch (IOException e) {
LOG.error("Error occurred while merging the translation files", e);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment