Normalize getter Javadoc
This commit is contained in:
@@ -135,7 +135,7 @@ public class LogSource {
|
|||||||
// ------------------------------------------------------------ Constructor
|
// ------------------------------------------------------------ Constructor
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get a {@code Log} instance by class.
|
* Gets a {@code Log} instance by class.
|
||||||
*
|
*
|
||||||
* @param clazz a Class.
|
* @param clazz a Class.
|
||||||
* @return a {@code Log} instance.
|
* @return a {@code Log} instance.
|
||||||
@@ -147,7 +147,7 @@ public class LogSource {
|
|||||||
// ---------------------------------------------------------- Class Methods
|
// ---------------------------------------------------------- Class Methods
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get a {@code Log} instance by class name.
|
* Gets a {@code Log} instance by class name.
|
||||||
*
|
*
|
||||||
* @param name Class name.
|
* @param name Class name.
|
||||||
* @return a {@code Log} instance.
|
* @return a {@code Log} instance.
|
||||||
|
|||||||
@@ -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.
|
* If nothing has explicitly been set, then return dflt.
|
||||||
*/
|
*/
|
||||||
private boolean getBooleanConfiguration(final String key, final boolean dflt) {
|
private boolean getBooleanConfiguration(final String key, final boolean dflt) {
|
||||||
|
|||||||
@@ -408,7 +408,7 @@ public class SimpleLog implements Log, Serializable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get logging level.
|
* Gets logging level.
|
||||||
*
|
*
|
||||||
* @return logging level.
|
* @return logging level.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user