Index: trunk/src/com/kitfox/svg/Line.java
===================================================================
--- trunk/src/com/kitfox/svg/Line.java	(revision 8084)
+++ trunk/src/com/kitfox/svg/Line.java	(revision 11525)
@@ -63,4 +63,5 @@
     }
 
+    @Override
     public String getTagName()
     {
@@ -68,4 +69,5 @@
     }
 
+    @Override
     protected void build() throws SVGException
     {
@@ -97,4 +99,5 @@
     }
 
+    @Override
     public void render(Graphics2D g) throws SVGException
     {
@@ -104,4 +107,5 @@
     }
 
+    @Override
     public Shape getShape()
     {
@@ -109,4 +113,5 @@
     }
 
+    @Override
     public Rectangle2D getBoundingBox() throws SVGException
     {
@@ -121,4 +126,5 @@
      * update
      */
+    @Override
     public boolean updateTime(double curTime) throws SVGException
     {
