1
0
This commit is contained in:
Gary Gregory
2023-11-19 11:51:47 -05:00
parent 572daec221
commit 63347c9024

View File

@@ -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 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 * @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.
* that the classloader which loaded this class might be "null" (ie the bootloader) for embedded systems. * 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. * @return either a LogFactory object or a LogConfigurationException object.
* @since 1.1 * @since 1.1
*/ */