1
0

No need to use a FQCN for String here

This commit is contained in:
Gary Gregory
2023-11-19 09:39:24 -05:00
parent 33af4b50dc
commit 1f3ec507c4

View File

@@ -278,7 +278,7 @@ public class LogFactoryImpl extends LogFactory {
/** /**
* The signature of the Constructor to be used. * The signature of the Constructor to be used.
*/ */
protected Class[] logConstructorSignature = { java.lang.String.class }; protected Class[] logConstructorSignature = { String.class };
// --------------------------------------------------------- Public Methods // --------------------------------------------------------- Public Methods