You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by vs...@apache.org on 2009/01/30 02:57:58 UTC

svn commit: r739138 - /maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/src/main/java/org/apache/maven/doxia/module/xhtml/XhtmlSink.java

Author: vsiveton
Date: Fri Jan 30 01:57:58 2009
New Revision: 739138

URL: http://svn.apache.org/viewvc?rev=739138&view=rev
Log:
o removed inherited write() 

Modified:
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/src/main/java/org/apache/maven/doxia/module/xhtml/XhtmlSink.java

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/src/main/java/org/apache/maven/doxia/module/xhtml/XhtmlSink.java
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/src/main/java/org/apache/maven/doxia/module/xhtml/XhtmlSink.java?rev=739138&r1=739137&r2=739138&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/src/main/java/org/apache/maven/doxia/module/xhtml/XhtmlSink.java (original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/src/main/java/org/apache/maven/doxia/module/xhtml/XhtmlSink.java Fri Jan 30 01:57:58 2009
@@ -214,12 +214,6 @@
     // Public protected methods
     // ----------------------------------------------------------------------
 
-    /** {@inheritDoc} */
-    protected void write( String text )
-    {
-        super.write( text );
-    }
-
     /**
      * @param headTitleFlag an header title flag.
      */