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
The following commit(s) were added to refs/heads/master by this push:
new 0cd45cc RAT-290: Fix javadoc error
0cd45cc is described below
commit 0cd45cc122b7600e48941f0623d91f3e2fa790d3
Author: P. Ottlinger <[email protected]>
AuthorDate: Sun Feb 6 14:36:53 2022 +0100
RAT-290: Fix javadoc error
---
.../main/java/org/apache/rat/analysis/license/CopyrightHeader.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/apache-rat-core/src/main/java/org/apache/rat/analysis/license/CopyrightHeader.java
b/apache-rat-core/src/main/java/org/apache/rat/analysis/license/CopyrightHeader.java
index 38ae7ee..88037d7 100644
---
a/apache-rat-core/src/main/java/org/apache/rat/analysis/license/CopyrightHeader.java
+++
b/apache-rat-core/src/main/java/org/apache/rat/analysis/license/CopyrightHeader.java
@@ -39,8 +39,8 @@ import java.util.regex.Pattern;
* <li>*copyright 2012 foobar*</li>
* </ul>
* <p>Note also that the copyright owner is appended to the regex pattern, so
- * can support additional regex but also requires escaping where needed,<p>
- * e.g. use "FooBar \(www\.foobar\.com\)" for matching "FooBar
(www.foobar.com)"<p>
+ * can support additional regex but also requires escaping where needed,<br>
+ * e.g. use "FooBar \(www\.foobar\.com\)" for matching "FooBar
(www.foobar.com)"</p>
*
* @since Rat 0.9
*/