changes
This commit is contained in:
parent
524580eb25
commit
ffe080adef
82 changed files with 2652 additions and 2956 deletions
|
|
@ -28,7 +28,7 @@ import java.util.concurrent.atomic.AtomicInteger;
|
|||
*/
|
||||
public class App {
|
||||
|
||||
private static final String[] MODES = {"bicycle", "walking", "transit", "car"};
|
||||
private static final String[] MODES = {"bicycle", "transit", "walking", "car"};
|
||||
private static final int MAX_RETRIES = 2;
|
||||
|
||||
public static void main(String[] args) throws Exception {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue