issues
search
CSC207-2022F-UofT
/
mcpm
[WIP] Minecraft package manager
MIT License
8
stars
0
forks
source link
[U] Apply selected mirror to LocalDatabaseFetcher and Downloader
#78
Closed
hykilpikonna
closed
1 year ago
hykilpikonna
commented
1 year ago
Use
Supplier<URI>
instead of
URI
so that when the selected mirror updates, the URI used in LocalDatabaseFetcher and Downloader will be updated as well.
Supplier<URI>
instead ofURI
so that when the selected mirror updates, the URI used in LocalDatabaseFetcher and Downloader will be updated as well.