Index: trunk/src/com/kitfox/svg/Use.java
===================================================================
--- trunk/src/com/kitfox/svg/Use.java	(revision 8084)
+++ trunk/src/com/kitfox/svg/Use.java	(revision 11525)
@@ -66,4 +66,5 @@
     }
 
+    @Override
     public String getTagName()
     {
@@ -71,4 +72,5 @@
     }
 
+    @Override
     protected void build() throws SVGException
     {
@@ -109,4 +111,5 @@
     }
 
+    @Override
     public void render(Graphics2D g) throws SVGException
     {
@@ -134,4 +137,5 @@
     }
 
+    @Override
     public Shape getShape()
     {
@@ -148,4 +152,5 @@
     }
 
+    @Override
     public Rectangle2D getBoundingBox() throws SVGException
     {
@@ -174,4 +179,5 @@
      * update
      */
+    @Override
     public boolean updateTime(double curTime) throws SVGException
     {
