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-sitetools.git


The following commit(s) were added to refs/heads/master by this push:
     new 73e1353  Remove invalid Javadoc reference
73e1353 is described below

commit 73e135334232103b2b59440cbdfbe70e2e0451aa
Author: Michael Osipov <[email protected]>
AuthorDate: Mon Jun 20 20:22:01 2022 +0200

    Remove invalid Javadoc reference
---
 .../src/main/java/org/apache/maven/doxia/tools/SiteTool.java             | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/doxia-integration-tools/src/main/java/org/apache/maven/doxia/tools/SiteTool.java
 
b/doxia-integration-tools/src/main/java/org/apache/maven/doxia/tools/SiteTool.java
index dc369f0..9424c90 100644
--- 
a/doxia-integration-tools/src/main/java/org/apache/maven/doxia/tools/SiteTool.java
+++ 
b/doxia-integration-tools/src/main/java/org/apache/maven/doxia/tools/SiteTool.java
@@ -66,7 +66,6 @@ public interface SiteTool
      * @param remoteArtifactRepositories the Maven remote repositories, not 
null.
      * @return the default <code>Skin</code> artifact from a given project and 
a local repository
      * @throws SiteToolException if any
-     * @see org.apache.maven.doxia.site.decoration.Skin#getDefaultSkin()
      * @see #getSkinArtifactFromRepository(ArtifactRepository, List, 
DecorationModel)
      */
     Artifact getDefaultSkinArtifact( ArtifactRepository localRepository,

Reply via email to