This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git
The following commit(s) were added to refs/heads/master by this push: new c3b38668 Javadoc: Remove useless HTML line break c3b38668 is described below commit c3b3866801f2ad580e15e205fb16e00430b16fb9 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Jan 23 10:44:06 2025 -0500 Javadoc: Remove useless HTML line break --- src/main/java/org/apache/commons/configuration2/io/FileUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/configuration2/io/FileUtils.java b/src/main/java/org/apache/commons/configuration2/io/FileUtils.java index 28a951c2..aa051238 100644 --- a/src/main/java/org/apache/commons/configuration2/io/FileUtils.java +++ b/src/main/java/org/apache/commons/configuration2/io/FileUtils.java @@ -25,7 +25,7 @@ import java.nio.charset.StandardCharsets; /** * This class is a subset of org.apache.commons.io.FileUtils, git-svn-id: * https://svn.apache.org/repos/asf/commons/proper/io/trunk@1423916 13f79535-47bb-0310-9956-ffa450edef68. The subset is - * determined by {@link FileLocatorUtils}. The copied constants and methods are <em>literally</em> copied.<br /> + * determined by {@link FileLocatorUtils}. The copied constants and methods are <em>literally</em> copied. * * See CONFIGURATION-521 for a discussion. */