From a115c97bdd40b558dec358ea0bfa3043cb799ab6 Mon Sep 17 00:00:00 2001 From: Christian Grobmeier Date: Mon, 9 Oct 2023 23:01:01 +0200 Subject: [PATCH] improved wording --- src/main/java/org/apache/commons/logging/impl/LogKitLogger.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/logging/impl/LogKitLogger.java b/src/main/java/org/apache/commons/logging/impl/LogKitLogger.java index 1cc44ee..05bf08f 100644 --- a/src/main/java/org/apache/commons/logging/impl/LogKitLogger.java +++ b/src/main/java/org/apache/commons/logging/impl/LogKitLogger.java @@ -31,7 +31,7 @@ import org.apache.commons.logging.Log; * Therefore, this implementation converts object messages into strings * 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 public class LogKitLogger implements Log, Serializable {