1
0

Javadoc spelling

This commit is contained in:
Gary Gregory
2023-11-26 15:54:46 -05:00
parent 82d61a586a
commit 3b9ee41f5f
4 changed files with 12 additions and 12 deletions

View File

@@ -501,7 +501,7 @@ public abstract class LogFactory {
*
* @throws LogConfigurationException if a suitable class loader
* cannot be identified.
* @return the thread's context class loader or {@code null} if the java security
* @return the thread's context class loader or {@code null} if the Java security
* policy forbids access to the context class loader from one of the classes
* in the current call stack.
* @since 1.1
@@ -708,7 +708,7 @@ public abstract class LogFactory {
/**
* Calls LogFactory.directGetContextClassLoader under the control of an
* AccessController class. This means that java code running under a
* AccessController class. This means that Java code running under a
* security manager that forbids access to ClassLoaders will still work
* if this class is given appropriate privileges, even when the caller
* doesn't have such privileges. Without using an AccessController, the
@@ -1219,7 +1219,7 @@ public abstract class LogFactory {
* Indicates true if the user has enabled internal logging.
* <p>
* By the way, sorry for the incorrect grammar, but calling this method
* areDiagnosticsEnabled just isn't java beans style.
* areDiagnosticsEnabled just isn't Java beans style.
*
* @return true if calls to logDiagnostic will have any effect.
* @since 1.1

View File

@@ -165,7 +165,7 @@ public class LogFactoryImpl extends LogFactory {
/**
* Gets the context ClassLoader.
* This method is a workaround for a java 1.2 compiler bug.
* This method is a workaround for a Java 1.2 compiler bug.
*
* @return the context ClassLoader
* @since 1.1
@@ -176,7 +176,7 @@ public class LogFactoryImpl extends LogFactory {
/**
* Calls LogFactory.directGetContextClassLoader under the control of an
* AccessController class. This means that java code running under a
* AccessController class. This means that Java code running under a
* security manager that forbids access to ClassLoaders will still work
* if this class is given appropriate privileges, even when the caller
* doesn't have such privileges. Without using an AccessController, the
@@ -189,7 +189,7 @@ public class LogFactoryImpl extends LogFactory {
* @throws LogConfigurationException if there was some weird error while
* attempting to get the context class loader.
*
* @throws SecurityException if the current java security policy doesn't
* @throws SecurityException if the current Java security policy doesn't
* allow this class to access the context class loader.
*/
private static ClassLoader getContextClassLoaderInternal()