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/01/01 12:30:31 UTC

svn commit: r607824 - /xmlgraphics/batik/trunk/sources/org/apache/batik/apps/svgbrowser/DOMViewerController.java

Author: cam
Date: Tue Jan  1 03:30:27 2008
New Revision: 607824

URL: http://svn.apache.org/viewvc?rev=607824&view=rev
Log:
Javadoc fix.

Modified:
    xmlgraphics/batik/trunk/sources/org/apache/batik/apps/svgbrowser/DOMViewerController.java

Modified: xmlgraphics/batik/trunk/sources/org/apache/batik/apps/svgbrowser/DOMViewerController.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/sources/org/apache/batik/apps/svgbrowser/DOMViewerController.java?rev=607824&r1=607823&r2=607824&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/sources/org/apache/batik/apps/svgbrowser/DOMViewerController.java (original)
+++ xmlgraphics/batik/trunk/sources/org/apache/batik/apps/svgbrowser/DOMViewerController.java Tue Jan  1 03:30:27 2008
@@ -26,14 +26,15 @@
 /**
  * Provides the information needed for the DOMViewer to show and edit the
  * document.
+ *
+ * @version $Id$
  */
 public interface DOMViewerController {
 
     /**
      * Performs the document update.
      *
-     * @param runnable
-     *            The runnable that contains the update
+     * @param r The runnable that contains the update
      */
     void performUpdate(Runnable r);