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-logging.git
The following commit(s) were added to refs/heads/master by this push: new cbb1c04 Javadoc: Remove unnecessary open paragraph tag cbb1c04 is described below commit cbb1c04ed17de0daf2e910ef3469f4bddc2670b6 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Nov 29 07:14:31 2024 -0500 Javadoc: Remove unnecessary open paragraph tag --- src/main/java/org/apache/commons/logging/impl/LogFactoryImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/logging/impl/LogFactoryImpl.java b/src/main/java/org/apache/commons/logging/impl/LogFactoryImpl.java index ca340eb..eeb6845 100644 --- a/src/main/java/org/apache/commons/logging/impl/LogFactoryImpl.java +++ b/src/main/java/org/apache/commons/logging/impl/LogFactoryImpl.java @@ -884,7 +884,7 @@ public class LogFactoryImpl extends LogFactory { /** * Given two related class loaders, return the one which is a child of * the other. - * <p> + * * @param c1 is a class loader (including the null class loader) * @param c2 is a class loader (including the null class loader) * @return c1 if it has c2 as an ancestor, c2 if it has c1 as an ancestor,