Index: trunk/src/com/kitfox/svg/Font.java
===================================================================
--- trunk/src/com/kitfox/svg/Font.java	(revision 8084)
+++ trunk/src/com/kitfox/svg/Font.java	(revision 11525)
@@ -59,5 +59,5 @@
     FontFace fontFace = null;
     MissingGlyph missingGlyph = null;
-    final HashMap glyphs = new HashMap();
+    final HashMap<String, SVGElement> glyphs = new HashMap<>();
 
     /**
@@ -68,4 +68,5 @@
     }
 
+    @Override
     public String getTagName()
     {
@@ -77,4 +78,5 @@
      * each child tag that has been processed
      */
+    @Override
     public void loaderAddChild(SVGLoaderHelper helper, SVGElement child) throws SVGElementException
     {
@@ -93,4 +95,5 @@
     }
 
+    @Override
     public void loaderEndElement(SVGLoaderHelper helper) throws SVGParseException
     {
@@ -102,4 +105,5 @@
     }
 
+    @Override
     protected void build() throws SVGException
     {
@@ -211,4 +215,5 @@
      * update
      */
+    @Override
     public boolean updateTime(double curTime) throws SVGException
     {
