random_destinations methods require distance methode ... implementing later

get_destinations_methods
Selim Eser 2024-06-09 16:13:20 +02:00
parent ee784a91b2
commit 3455d7b1b7
1 changed files with 1 additions and 3 deletions

View File

@ -65,9 +65,7 @@ public class System {
zip_set.add(line);
}
}
} catch (IOException e) {
e.printStackTrace();
}
} catch (IOException e) {}
return new ArrayList<>(zip_set);
}