debug
may not have been initialized and cause an NPE
This commit is contained in:
parent
8e082f4a28
commit
0131bd0af5
@ -32,7 +32,7 @@ public class SystemProperty<T> {
|
|||||||
try {
|
try {
|
||||||
return valueFunction.apply(prop);
|
return valueFunction.apply(prop);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
debug.logp(Level.WARNING, SystemProperty.class.getName(), key, e.toString());
|
log.logp(Level.WARNING, "SystemProperty", key, e.toString());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user