You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2021/10/11 18:27:29 UTC

[maven-docck-plugin] 01/01: Fix JavaDoc

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

rfscholte pushed a commit to branch stabilize
in repository https://gitbox.apache.org/repos/asf/maven-docck-plugin.git

commit 08fe1a8c8c4cfaafae6c6d51bc1109c570a59a78
Author: rfscholte <rf...@apache.org>
AuthorDate: Mon Oct 11 20:27:15 2021 +0200

    Fix JavaDoc
---
 .../org/apache/maven/plugin/docck/AbstractCheckDocumentationMojo.java   | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/main/java/org/apache/maven/plugin/docck/AbstractCheckDocumentationMojo.java b/src/main/java/org/apache/maven/plugin/docck/AbstractCheckDocumentationMojo.java
index a6fa77b..f826ed6 100644
--- a/src/main/java/org/apache/maven/plugin/docck/AbstractCheckDocumentationMojo.java
+++ b/src/main/java/org/apache/maven/plugin/docck/AbstractCheckDocumentationMojo.java
@@ -88,8 +88,6 @@ public abstract class AbstractCheckDocumentationMojo
 
     /**
      * Directory where the site source for the project is located.
-     *
-     * @todo should be determined programmatically
      */
     @Parameter( property = "siteDirectory", defaultValue = "src/site" )
     protected String siteDirectory;