Index: trunk/src/com/kitfox/svg/Path.java
===================================================================
--- trunk/src/com/kitfox/svg/Path.java	(revision 10787)
+++ trunk/src/com/kitfox/svg/Path.java	(revision 11525)
@@ -63,4 +63,5 @@
     }
 
+    @Override
     public String getTagName()
     {
@@ -68,4 +69,5 @@
     }
 
+    @Override
     protected void build() throws SVGException
     {
@@ -86,4 +88,5 @@
     }
 
+    @Override
     public void render(Graphics2D g) throws SVGException
     {
@@ -93,4 +96,5 @@
     }
 
+    @Override
     public Shape getShape()
     {
@@ -98,4 +102,5 @@
     }
 
+    @Override
     public Rectangle2D getBoundingBox() throws SVGException
     {
@@ -110,4 +115,5 @@
      * update
      */
+    @Override
     public boolean updateTime(double curTime) throws SVGException
     {
