mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
reformat according to .editorconfig
This commit is contained in:
parent
ddb6c8d658
commit
01bf0d55af
37 changed files with 39 additions and 38 deletions
|
|
@ -109,7 +109,7 @@ public class RefuseCollectionExample {
|
|||
continue;
|
||||
}
|
||||
String[] lineTokens = line.split(",");
|
||||
/*
|
||||
/*
|
||||
* build service
|
||||
*/
|
||||
Service service = Service.Builder.newInstance(lineTokens[0]).addSizeDimension(0, Integer.parseInt(lineTokens[1])).setLocation(Location.newInstance(lineTokens[0])).build();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue