Fixed a warning

This commit is contained in:
TomyLobo 2011-11-28 04:37:30 +01:00
parent de6e20d60a
commit 12f68bc227

View File

@ -210,6 +210,7 @@ private int getInt(String node, int def) {
}
}
@SuppressWarnings("unused")
private double getDouble(String node, double def) {
double val = parentConfig.getDouble(node, def);