1
0

Normalize getter Javadoc

This commit is contained in:
Gary Gregory
2023-10-31 06:51:30 -04:00
parent 28c175b8c8
commit ba145fb114
3 changed files with 4 additions and 4 deletions

View File

@@ -135,7 +135,7 @@ public class LogSource {
// ------------------------------------------------------------ Constructor
/**
* Get a {@code Log} instance by class.
* Gets a {@code Log} instance by class.
*
* @param clazz a Class.
* @return a {@code Log} instance.
@@ -147,7 +147,7 @@ public class LogSource {
// ---------------------------------------------------------- Class Methods
/**
* Get a {@code Log} instance by class name.
* Gets a {@code Log} instance by class name.
*
* @param name Class name.
* @return a {@code Log} instance.

View File

@@ -753,7 +753,7 @@ public class LogFactoryImpl extends LogFactory {
}
/**
* Get the setting for the user-configurable behavior specified by key.
* Gets the setting for the user-configurable behavior specified by key.
* If nothing has explicitly been set, then return dflt.
*/
private boolean getBooleanConfiguration(final String key, final boolean dflt) {

View File

@@ -408,7 +408,7 @@ public class SimpleLog implements Log, Serializable {
}
/**
* Get logging level.
* Gets logging level.
*
* @return logging level.
*/