You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/01/27 21:57:28 UTC

[maven-doxia-linkcheck] branch master updated: Fix java docs

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

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


The following commit(s) were added to refs/heads/master by this push:
     new afe0b3b  Fix java docs
afe0b3b is described below

commit afe0b3b0ac2516c58c2a7e9afc19c64943bff47a
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Thu Jan 27 22:57:01 2022 +0100

    Fix java docs
---
 src/main/mdo/httpbean.mdo  | 6 +++---
 src/main/mdo/linkcheck.mdo | 1 -
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/main/mdo/httpbean.mdo b/src/main/mdo/httpbean.mdo
index 934bb5d..3627ce9 100644
--- a/src/main/mdo/httpbean.mdo
+++ b/src/main/mdo/httpbean.mdo
@@ -68,7 +68,7 @@ under the License.
           <name>followRedirects</name>
           <description><![CDATA[
      if the HTTP method should automatically follow HTTP redirects
-     (status code 302, etc.), <tt>false</tt> otherwise.]]></description>
+     (status code 302, etc.), <code>false</code> otherwise.]]></description>
           <version>1.0.0</version>
           <identifier>true</identifier>
           <type>boolean</type>
@@ -149,7 +149,7 @@ under the License.
 
     /**
      * @return the extra HttpClient parameters
-     * @see http://hc.apache.org/httpclient-3.x/preference-api.html
+     * @see <a href="http://hc.apache.org/httpclient-3.x/preference-api.html">preference-api.html</a>
      */
     public java.util.Properties getHttpClientParameters()
     {
@@ -158,7 +158,7 @@ under the License.
 
     /**
      * @param httpClientParameters the extra HttpClient parameters to set
-     * @see http://hc.apache.org/httpclient-3.x/preference-api.html
+     * @see <a href="http://hc.apache.org/httpclient-3.x/preference-api.html">preference-api.html</a>
      */
     public void setHttpClientParameters( java.util.Properties httpClientParameters )
     {
diff --git a/src/main/mdo/linkcheck.mdo b/src/main/mdo/linkcheck.mdo
index bb6bb2d..3d52f54 100644
--- a/src/main/mdo/linkcheck.mdo
+++ b/src/main/mdo/linkcheck.mdo
@@ -157,7 +157,6 @@ under the License.
     /**
      * Get the number of links for this file.
      *
-     * @param level
      * @return
      */
     public int getNumberOfLinks()