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 lt...@apache.org on 2007/10/11 09:42:21 UTC

svn commit: r583719 - /maven/doxia/doxia/trunk/doxia-sink-api/src/main/java/org/apache/maven/doxia/sink/Sink.java

Author: ltheussl
Date: Thu Oct 11 00:42:21 2007
New Revision: 583719

URL: http://svn.apache.org/viewvc?rev=583719&view=rev
Log:
Revert r579140: width is the width, period.

Modified:
    maven/doxia/doxia/trunk/doxia-sink-api/src/main/java/org/apache/maven/doxia/sink/Sink.java

Modified: maven/doxia/doxia/trunk/doxia-sink-api/src/main/java/org/apache/maven/doxia/sink/Sink.java
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-sink-api/src/main/java/org/apache/maven/doxia/sink/Sink.java?rev=583719&r1=583718&r2=583719&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-sink-api/src/main/java/org/apache/maven/doxia/sink/Sink.java (original)
+++ maven/doxia/doxia/trunk/doxia-sink-api/src/main/java/org/apache/maven/doxia/sink/Sink.java Thu Oct 11 00:42:21 2007
@@ -436,7 +436,7 @@
     /**
      * Starting a cell element which defines a cell that contains data.
      *
-     * @param width the number of columns spanned by the cell (corresponds to html's colspan attribute).
+     * @param width the size of the cell.
      */
     void tableCell( String width );
 
@@ -453,7 +453,7 @@
     /**
      * Starting a cell element which defines a cell that contains header information.
      *
-     * @param width the number of columns spanned by the cell (corresponds to html's colspan attribute).
+     * @param width the size of the header cell.
      */
     void tableHeaderCell( String width );