Index: trunk/src/com/kitfox/svg/RenderableElement.java
===================================================================
--- trunk/src/com/kitfox/svg/RenderableElement.java	(revision 11525)
+++ trunk/src/com/kitfox/svg/RenderableElement.java	(revision 14328)
@@ -112,4 +112,7 @@
      * Pushes transform stack, transforms to local coordinates and sets up
      * clipping mask.
+     * 
+     * @param g Graphics context
+     * @throws com.kitfox.svg.SVGException
      */
     protected void beginLayer(Graphics2D g) throws SVGException
@@ -166,4 +169,5 @@
      * Restores transform and clipping values to the way they were before this
      * layer was drawn.
+     * @param g
      */
     protected void finishLayer(Graphics2D g)
