Index: trunk/src/com/kitfox/svg/util/FontSystem.java
===================================================================
--- trunk/src/com/kitfox/svg/util/FontSystem.java	(revision 10787)
+++ trunk/src/com/kitfox/svg/util/FontSystem.java	(revision 11525)
@@ -56,5 +56,5 @@
     FontMetrics fm;
 
-    HashMap glyphCache = new HashMap();
+    HashMap<String, Glyph> glyphCache = new HashMap<String, Glyph>();
     
     public FontSystem(String fontFamily, int fontStyle, int fontWeight, int fontSize)
@@ -94,4 +94,5 @@
     }
 
+    @Override
     public MissingGlyph getGlyph(String unicode)
     {
