1
0

Javadoc: Remove unnecessary open paragraph tag

This commit is contained in:
Gary Gregory
2024-11-29 07:14:31 -05:00
parent 23d41fc9d0
commit cbb1c04ed1

View File

@@ -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,