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-pdf-plugin.git
commit 57d1d326c2975f2c6462c170e6d8e99b6f731169 Author: Michael Osipov <[email protected]> AuthorDate: Sun Nov 28 21:38:59 2021 +0100 Fix Javadoc errors --- src/main/java/org/apache/maven/plugins/pdf/PdfMojo.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/org/apache/maven/plugins/pdf/PdfMojo.java b/src/main/java/org/apache/maven/plugins/pdf/PdfMojo.java index c5b7198..d116982 100644 --- a/src/main/java/org/apache/maven/plugins/pdf/PdfMojo.java +++ b/src/main/java/org/apache/maven/plugins/pdf/PdfMojo.java @@ -247,7 +247,7 @@ public class PdfMojo /** * Generate a TOC (Table Of Content) for all items defined in the <toc/> element from the document descriptor. - * <br/> + * <br> * Possible values are: 'none', 'start' and 'end'. * * @since 1.1 @@ -513,7 +513,7 @@ public class PdfMojo /** * Copy all site and generated-site files in the tmpSiteDirectory. - * <br/> + * <br> * <b>Note</b>: ignore copying of <code>generated-site</code> files if they already exist in the * <code>site</code> dir. * @@ -1369,7 +1369,7 @@ public class PdfMojo /** * Write the given content to the given file. - * <br/> + * <br> * <b>Note</b>: try also to fix the content due to some issues in * {@link org.apache.maven.reporting.AbstractMavenReport}. *
