editor now updatable via updateSite
[taxeditor.git] / taxeditor-store / src / main / java / eu / etaxonomy / taxeditor / store / model / Resources.java
index 3f2072d0514070f6bf0378268cdf63e427cf58f3..7d00c4d070cf774774ce827e38495a76ac9a19cc 100644 (file)
@@ -140,7 +140,7 @@ public class Resources {
                
                int i = 0;
                String fontName = "italic";
-               Set keySet = getInstance().getFontRegistry().getKeySet();
+               Set<?> keySet = getInstance().getFontRegistry().getKeySet();
                while (keySet.contains(fontName + i)) {
                        i++;
                }