Skip to content

Commit

Permalink
fixed language caching in LanguageUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Mar 25, 2018
1 parent 060b30d commit 10997b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ public Map<String, String> readLanguage(String appid, String langCode) {
lang.put(entry.getKey(), entry.getValue());
}
}
LANG_CACHE.put(langCode, lang);
}
LANG_CACHE.put(langCode, lang);
}
return Collections.unmodifiableMap(lang);
}
Expand Down

0 comments on commit 10997b8

Please sign in to comment.