fix indentation, eclipse keeps screwing it up

This commit is contained in:
Havoc Pennington 2011-11-15 21:11:38 -05:00
parent ed75c315bc
commit aefdb58e04

View File

@ -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 + "'");
}
}