random_destinations method for car and bike splitted
parent
6d96b3ba76
commit
ee784a91b2
|
@ -72,7 +72,11 @@ public class System {
|
|||
return new ArrayList<>(zip_set);
|
||||
}
|
||||
|
||||
public ArrayList<String> random_destinations(){
|
||||
public ArrayList<String> random_destinations_car(){
|
||||
return new ArrayList<String>();
|
||||
}
|
||||
|
||||
public ArrayList<String> random_destinations_bike(){
|
||||
return new ArrayList<String>();
|
||||
}
|
||||
|
||||
|
|
|
@ -33,7 +33,11 @@ public class Application {
|
|||
return new ArrayList<String>();
|
||||
}
|
||||
|
||||
public ArrayList<String> random_destinations(){
|
||||
public ArrayList<String> random_destinations_car(){
|
||||
return new ArrayList<String>();
|
||||
}
|
||||
|
||||
public ArrayList<String> random_destinations_bike(){
|
||||
return new ArrayList<String>();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue