mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
no effective change - format only
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user