mirror of
https://github.com/lightbend/config.git
synced 2025-01-15 23:01:05 +08:00
fix indentation, eclipse keeps screwing it up
This commit is contained in:
parent
ed75c315bc
commit
aefdb58e04
@ -236,8 +236,8 @@ public final class Config {
|
||||
return (long) (Double.parseDouble(numberString) * nanosInUnit);
|
||||
}
|
||||
} catch (NumberFormatException e) {
|
||||
throw new ConfigException.BadValue(originForException, pathForException,
|
||||
"Could not parse duration number '"
|
||||
throw new ConfigException.BadValue(originForException,
|
||||
pathForException, "Could not parse duration number '"
|
||||
+ numberString + "'");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user