let everything settle a little while longer

This commit is contained in:
Athou
2014-03-03 12:42:16 +01:00
parent 63ec92038c
commit a5f7b56bf2
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ import com.google.gwt.thirdparty.guava.common.collect.Maps;
public class HtmlEntities {
public static final Map<String, String> NUMERIC_MAPPING = Collections.unmodifiableMap(loadMap());
private static Map<String, String> loadMap() {
private static synchronized Map<String, String> loadMap() {
Map<String, String> map = Maps.newLinkedHashMap();
map.put("&Aacute;", "&#193;");
map.put("&aacute;", "&#225;");