You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-commits@xmlgraphics.apache.org by ca...@apache.org on 2008/06/02 06:14:36 UTC

svn commit: r662315 - /xmlgraphics/batik/trunk/sources/org/apache/batik/swing/svg/AbstractJSVGComponent.java

Author: cam
Date: Sun Jun  1 21:14:35 2008
New Revision: 662315

URL: http://svn.apache.org/viewvc?rev=662315&view=rev
Log:
Fix typo in Javadocs (closes bug 45112).

Modified:
    xmlgraphics/batik/trunk/sources/org/apache/batik/swing/svg/AbstractJSVGComponent.java

Modified: xmlgraphics/batik/trunk/sources/org/apache/batik/swing/svg/AbstractJSVGComponent.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/sources/org/apache/batik/swing/svg/AbstractJSVGComponent.java?rev=662315&r1=662314&r2=662315&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/sources/org/apache/batik/swing/svg/AbstractJSVGComponent.java (original)
+++ xmlgraphics/batik/trunk/sources/org/apache/batik/swing/svg/AbstractJSVGComponent.java Sun Jun  1 21:14:35 2008
@@ -627,8 +627,8 @@
      * implementation.  In this case you should use 'getSVGDocument()'
      * to get the actual DOM that is attached to the rendering interface.
      *
-     * Note that the prepartation for rendering and the rendering it's
-     * self occur asynchronously so you need to register event handlers
+     * Note that the prepartation for rendering and the rendering itself
+     * occur asynchronously so you need to register event handlers
      * if you want to know when the document is truely displayed.
      *
      * Notes for documents that you want to change in Java:
@@ -655,8 +655,8 @@
      * to get the actual DOM that is attached to the rendering
      * interface.
      *
-     * Note that the prepartation for rendering and the rendering it's
-     * self occur asynchronously so you need to register event handlers
+     * Note that the prepartation for rendering and the rendering itself
+     * occur asynchronously so you need to register event handlers
      * if you want to know when the document is truely displayed.
      *
      * Notes for documents that you want to change in Java.