1
0

improved wording

This commit is contained in:
Christian Grobmeier
2023-10-09 23:01:01 +02:00
committed by GitHub
parent b846931a11
commit a115c97bdd

View File

@@ -31,7 +31,7 @@ import org.apache.commons.logging.Log;
* Therefore, this implementation converts object messages into strings * Therefore, this implementation converts object messages into strings
* by called their {@code toString()} method before logging them. * by called their {@code toString()} method before logging them.
* *
* @deprecated Due to be removed as the Apache Avalon Project no longer exists * @deprecated Scheduled for removal because the Apache Avalon Project has been discontinued.
*/ */
@Deprecated @Deprecated
public class LogKitLogger implements Log, Serializable { public class LogKitLogger implements Log, Serializable {