This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-logging.git

commit f02f8cbc5d8837e897f6258e88c34ae2194fab79
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Nov 19 09:52:29 2023 -0500

    Add missing @Deprecated
---
 src/main/java/org/apache/commons/logging/impl/Log4JLogger.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/java/org/apache/commons/logging/impl/Log4JLogger.java 
b/src/main/java/org/apache/commons/logging/impl/Log4JLogger.java
index 59c3ee3..014f008 100644
--- a/src/main/java/org/apache/commons/logging/impl/Log4JLogger.java
+++ b/src/main/java/org/apache/commons/logging/impl/Log4JLogger.java
@@ -43,6 +43,7 @@ import org.apache.log4j.Priority;
  *
  * @deprecated Scheduled for removal since version 1.x of Log4j has reached 
end-of-life.
  */
+@Deprecated
 public class Log4JLogger implements Log, Serializable {
 
     /** Serializable version identifier. */

Reply via email to