mirror of
https://github.com/lightbend/config.git
synced 2025-03-13 18:50:45 +08:00
Update config/src/main/java/com/typesafe/config/impl/SimpleConfig.java
Co-Authored-By: Havoc Pennington <hp@pobox.com>
This commit is contained in:
parent
b29fdd4a8b
commit
89afa77574
@ -285,7 +285,7 @@ final class SimpleConfig implements Config, MergeableValue, Serializable {
|
||||
public Long getBytes(String path) {
|
||||
BigInteger bytes = getBytesBigInteger(path);
|
||||
ConfigValue v = find(path, ConfigValueType.STRING);
|
||||
return toLong(bytes,v.origin(), path);
|
||||
return toLong(bytes, v.origin(), path);
|
||||
}
|
||||
|
||||
private BigInteger getBytesBigInteger(String path) {
|
||||
|
Loading…
Reference in New Issue
Block a user