1
0

Fix compiler warning

This commit is contained in:
Gary Gregory
2023-11-20 09:48:00 -05:00
parent 68a33abb85
commit 0899b5bd2b

View File

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