Let config keys log the name
This commit is contained in:
parent
7cb5380e75
commit
9b71825e1a
|
|
@ -60,4 +60,9 @@ public final class ConfigurationKey<E> {
|
|||
public E getDefaultValue() {
|
||||
return this.defaultValue;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return getName();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue