git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@332565
13f79535-47bb-0310-9956-
ffa450edef68
\r
/**\r
* Main constructor\r
- * @param renderer the Renderer instance to which this instance belongs\r
+ * @param state the state tracker for this rendering run\r
*/\r
public Java2DGraphics2DAdapter(Java2DGraphicsState state) {\r
this.state = state;\r
/**
* Create a new Java2D XML handler for use by the Java2D renderer.
- * @param MIME type that this handler is used for
+ * @param mime MIME type that this handler is used for
*/
public Java2DSVGHandler(String mime) {
this.mimeType = mime;