No need to use a FQCN for String here
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user