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 0899b5bd2b56cacb9d10a6ffacfb815bb2c47567
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Nov 20 09:48:00 2023 -0500

    Fix compiler warning
---
 src/main/java/org/apache/commons/logging/LogSource.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/logging/LogSource.java 
b/src/main/java/org/apache/commons/logging/LogSource.java
index 7711031..7239cc5 100644
--- a/src/main/java/org/apache/commons/logging/LogSource.java
+++ b/src/main/java/org/apache/commons/logging/LogSource.java
@@ -65,7 +65,7 @@ public class LogSource {
     static protected boolean jdk14IsAvailable;
 
     /** Constructor for current log class */
-    static protected Constructor logImplctor;
+    static protected Constructor<?> logImplctor;
 
     /**
      * An empty immutable {@code String} array.

Reply via email to