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); zip_set.add(line);
} }
} }
} catch (IOException e) { } catch (IOException e) {}
e.printStackTrace();
}
return new ArrayList<>(zip_set); return new ArrayList<>(zip_set);
} }