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. */