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 a69f07afd80a2ca6c02dde34d0ea76a85dd9e22b Author: Hugo Hirsch <[email protected]> AuthorDate: Tue Jan 23 15:47:07 2024 +0100 RAT-344: LHF fix typo --- apache-rat-core/src/main/java/org/apache/rat/ReportConfiguration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache-rat-core/src/main/java/org/apache/rat/ReportConfiguration.java b/apache-rat-core/src/main/java/org/apache/rat/ReportConfiguration.java index e38e8dbd..279516d0 100644 --- a/apache-rat-core/src/main/java/org/apache/rat/ReportConfiguration.java +++ b/apache-rat-core/src/main/java/org/apache/rat/ReportConfiguration.java @@ -273,7 +273,7 @@ public class ReportConfiguration { /** * Sets the OutputStream supplier to use the specified file. The file may be - * opened and closed several times. File is deleted first and then may be + * opened and closed several times. File is deleted first and then may be * repeatedly opened in append mode. * * @see #setOut(IOSupplier)
