1
0

Normalize setter Javadoc

This commit is contained in:
Gary Gregory
2023-10-31 07:10:27 -04:00
parent ba145fb114
commit b7f50da2aa
23 changed files with 27 additions and 27 deletions

View File

@@ -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)}.
*

View File

@@ -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.

View File

@@ -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>

View File

@@ -595,7 +595,7 @@ public class SimpleLog implements Log, Serializable {
}
/**
* Set logging level.
* Sets logging level.
*
* @param currentLogLevel new logging level
*/