Normalize setter Javadoc
This commit is contained in:
@@ -1636,7 +1636,7 @@ public abstract class LogFactory {
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Set the configuration attribute with the specified name. Calling
|
||||
* Sets the configuration attribute with the specified name. Calling
|
||||
* this with a {@code null} value is equivalent to calling
|
||||
* {@code removeAttribute(name)}.
|
||||
*
|
||||
|
||||
@@ -200,7 +200,7 @@ public class LogSource {
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the log implementation/log implementation factory by class. The given class must implement {@link Log}, and provide a constructor that takes a single
|
||||
* Sets the log implementation/log implementation factory by class. The given class must implement {@link Log}, and provide a constructor that takes a single
|
||||
* {@link String} argument (containing the name of the log).
|
||||
*
|
||||
* @param logclass class.
|
||||
@@ -219,7 +219,7 @@ public class LogSource {
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the log implementation/log implementation factory by the name of the class. The given class must implement {@link Log}, and provide a constructor
|
||||
* Sets the log implementation/log implementation factory by the name of the class. The given class must implement {@link Log}, and provide a constructor
|
||||
* that takes a single {@link String} argument (containing the name of the log).
|
||||
*
|
||||
* @param className class name.
|
||||
|
||||
@@ -1353,7 +1353,7 @@ public class LogFactoryImpl extends LogFactory {
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the configuration attribute with the specified name. Calling
|
||||
* Sets the configuration attribute with the specified name. Calling
|
||||
* this with a {@code null} value is equivalent to calling
|
||||
* {@code removeAttribute(name)}.
|
||||
* <p>
|
||||
|
||||
@@ -595,7 +595,7 @@ public class SimpleLog implements Log, Serializable {
|
||||
}
|
||||
|
||||
/**
|
||||
* Set logging level.
|
||||
* Sets logging level.
|
||||
*
|
||||
* @param currentLogLevel new logging level
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user