Added even more comments

This commit is contained in:
RemoMeijer
2021-01-06 19:29:00 +01:00
parent 5f3fcf2889
commit c3d317baea
6 changed files with 19 additions and 10 deletions

View File

@@ -17,6 +17,10 @@ public class LocationLoader implements Loader<List<Location>> {
this.context = context;
}
/**
* loads the array list from a JSON file
* @return array list with locations
*/
@Override
public ArrayList<Location> load() {
FileIO<ArrayList<Location>> fileIO = new FileIO<>();