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 2007/11/03 06:53:18 UTC

svn commit: r591555 - /xmlgraphics/batik/trunk/sources/org/apache/batik/transcoder/SVGAbstractTranscoder.java

Author: cam
Date: Fri Nov  2 22:53:15 2007
New Revision: 591555

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

Modified:
    xmlgraphics/batik/trunk/sources/org/apache/batik/transcoder/SVGAbstractTranscoder.java

Modified: xmlgraphics/batik/trunk/sources/org/apache/batik/transcoder/SVGAbstractTranscoder.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/sources/org/apache/batik/transcoder/SVGAbstractTranscoder.java?rev=591555&r1=591554&r2=591555&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/sources/org/apache/batik/transcoder/SVGAbstractTranscoder.java (original)
+++ xmlgraphics/batik/trunk/sources/org/apache/batik/transcoder/SVGAbstractTranscoder.java Fri Nov  2 22:53:15 2007
@@ -318,12 +318,12 @@
      * customized bridges. This method is provided for historical reasons. New applications
      * should use {@link #createBridgeContext(String)} instead.
      * @return the newly instantiated BridgeContext
-     * @see createBridgeContext(String)
+     * @see #createBridgeContext(String)
      */
     protected BridgeContext createBridgeContext() {
         return createBridgeContext("1.x");
     }
-    
+
     /**
      * Creates the BridgeContext. Subclass this method to provide customized bridges. For example,
      * Apache FOP uses this method to register special bridges for optimized text painting.