random_destinations methods require distance methode ... implementing later
parent
ee784a91b2
commit
3455d7b1b7
|
@ -65,9 +65,7 @@ public class System {
|
||||||
zip_set.add(line);
|
zip_set.add(line);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {}
|
||||||
e.printStackTrace();
|
|
||||||
}
|
|
||||||
|
|
||||||
return new ArrayList<>(zip_set);
|
return new ArrayList<>(zip_set);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue