mirror of
https://github.com/lightbend/config.git
synced 2025-01-15 23:01:05 +08:00
override
This commit is contained in:
parent
c5e77d575e
commit
69423abbfc
@ -332,6 +332,7 @@ final class SimpleConfig implements Config, MergeableValue, Serializable {
|
|||||||
return parsePeriod((String) v.unwrapped(), v.origin(), path);
|
return parsePeriod((String) v.unwrapped(), v.origin(), path);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
public TemporalAmount getTemporal(String path){
|
public TemporalAmount getTemporal(String path){
|
||||||
try{
|
try{
|
||||||
return getDuration(path);
|
return getDuration(path);
|
||||||
|
Loading…
Reference in New Issue
Block a user