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

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git

commit c3106cac76e4a792205032ebd64cc0fba15c6f31
Author: P. Ottlinger <pottlin...@apache.org>
AuthorDate: Tue Dec 12 21:41:33 2023 +0100

    RAT-326: Fix javadoc build errors
---
 .../src/main/java/org/apache/rat/mp/util/ignore/GlobIgnoreMatcher.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/apache-rat-plugin/src/main/java/org/apache/rat/mp/util/ignore/GlobIgnoreMatcher.java
 
b/apache-rat-plugin/src/main/java/org/apache/rat/mp/util/ignore/GlobIgnoreMatcher.java
index 3df95cd3..4f5adccd 100644
--- 
a/apache-rat-plugin/src/main/java/org/apache/rat/mp/util/ignore/GlobIgnoreMatcher.java
+++ 
b/apache-rat-plugin/src/main/java/org/apache/rat/mp/util/ignore/GlobIgnoreMatcher.java
@@ -99,7 +99,7 @@ public class GlobIgnoreMatcher implements IgnoreMatcher {
     /**
      * Determines whether the given line is a comment or not based on scanning
      * for prefixes
-     * {@see COMMENT_PREFIXES}.
+     * @see #COMMENT_PREFIXES
      *
      * @param line line to verify.
      * @return <code>true</code> if the given line is a commented out line.

Reply via email to