You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2023/01/20 22:22:10 UTC

[maven-doxia] branch master updated: Remove incorrect Javadoc statements

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doxia.git


The following commit(s) were added to refs/heads/master by this push:
     new bb53b6d4 Remove incorrect Javadoc statements
bb53b6d4 is described below

commit bb53b6d4aa2626b6e9b046268a22fa9599f6f3e1
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Fri Jan 20 23:21:59 2023 +0100

    Remove incorrect Javadoc statements
---
 .../main/java/org/apache/maven/doxia/sink/impl/Xhtml5BaseSink.java  | 6 +++---
 .../src/main/java/org/apache/maven/doxia/module/xdoc/XdocSink.java  | 5 +----
 2 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/doxia-core/src/main/java/org/apache/maven/doxia/sink/impl/Xhtml5BaseSink.java b/doxia-core/src/main/java/org/apache/maven/doxia/sink/impl/Xhtml5BaseSink.java
index 48af0dca..cecca4d7 100644
--- a/doxia-core/src/main/java/org/apache/maven/doxia/sink/impl/Xhtml5BaseSink.java
+++ b/doxia-core/src/main/java/org/apache/maven/doxia/sink/impl/Xhtml5BaseSink.java
@@ -474,7 +474,7 @@ public class Xhtml5BaseSink extends AbstractXmlSink implements HtmlMarkup {
     }
 
     /**
-     * Starts a section. The default class style is <code>section</code>.
+     * Starts a section.
      *
      * @param depth The level of the section.
      * @param attributes some attributes. May be null.
@@ -1273,9 +1273,9 @@ public class Xhtml5BaseSink extends AbstractXmlSink implements HtmlMarkup {
     }
 
     /**
-     * The default class style is <code>bodyTable</code>.
+     * The default style class is <code>bodyTable</code>.
      *
-     * @param grid if {@code true} the default class {@code bodyTableBorder} will be added
+     * @param grid if {@code true} the style class {@code bodyTableBorder} will be added
      *
      * {@inheritDoc}
      * @see javax.swing.text.html.HTML.Tag#TABLE
diff --git a/doxia-modules/doxia-module-xdoc/src/main/java/org/apache/maven/doxia/module/xdoc/XdocSink.java b/doxia-modules/doxia-module-xdoc/src/main/java/org/apache/maven/doxia/module/xdoc/XdocSink.java
index 6b4dc930..9b991424 100644
--- a/doxia-modules/doxia-module-xdoc/src/main/java/org/apache/maven/doxia/module/xdoc/XdocSink.java
+++ b/doxia-modules/doxia-module-xdoc/src/main/java/org/apache/maven/doxia/module/xdoc/XdocSink.java
@@ -412,9 +412,8 @@ public class XdocSink extends Xhtml5BaseSink implements XdocMarkup {
     }
 
     /**
-     * The default align is <code>center</code>.
-     *
      * {@inheritDoc}
+     *
      * @see javax.swing.text.html.HTML.Tag#TABLE
      */
     public void tableRows(int[] justification, boolean grid) {
@@ -436,8 +435,6 @@ public class XdocSink extends Xhtml5BaseSink implements XdocMarkup {
     }
 
     /**
-     * The default valign is <code>top</code>.
-     *
      * {@inheritDoc}
      *
      * @see javax.swing.text.html.HTML.Tag#TR