no effective change - format only

This commit is contained in:
Rob Bygrave
2016-11-17 19:17:34 +13:00
parent 63b08af3d2
commit bdd4370fe3
39 changed files with 4865 additions and 4120 deletions
@@ -43,7 +43,7 @@ class ParseFetchConfig {
}
private static int parseBatchSize(String path) {
path = path.substring(0, path.length()-1);
path = path.substring(0, path.length() - 1);
return Integer.parseInt(path);
}
}