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
commit 63347c90246608d0f58b27711b632765c1c93647 Author: Gary Gregory <[email protected]> AuthorDate: Sun Nov 19 11:51:47 2023 -0500 Javadoc --- src/main/java/org/apache/commons/logging/LogFactory.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/org/apache/commons/logging/LogFactory.java b/src/main/java/org/apache/commons/logging/LogFactory.java index 2566b50..52e7161 100644 --- a/src/main/java/org/apache/commons/logging/LogFactory.java +++ b/src/main/java/org/apache/commons/logging/LogFactory.java @@ -252,11 +252,11 @@ public abstract class LogFactory { } /** - * Implements the operations described in the javadoc for newFactory. + * Implements the operations described in the Javadoc for newFactory. * * @param factoryClassName Factory class. - * @param classLoader used to load the specified factory class. This is expected to be either the TCCL or the classloader which loaded this class. Note - * that the classloader which loaded this class might be "null" (ie the bootloader) for embedded systems. + * @param classLoader used to load the specified factory class. This is expected to be either the TCCL or the class loader which loaded this class. + * Note that the class loader which loaded this class might be "null" (for example, the boot loader) for embedded systems. * @return either a LogFactory object or a LogConfigurationException object. * @since 1.1 */
