Merge branch 'FileIO' into TournamentList

# Conflicts:
#	app/src/main/java/ch/zhaw/projekt2/turnierverwaltung/FileIO.java
This commit is contained in:
schrom01
2022-05-01 10:56:22 +02:00
2 changed files with 40 additions and 4 deletions
@@ -132,4 +132,9 @@ public class FileIO {
}
}
public void deleteTournament(File tournamentFile) throws IOException {
throw new UnsupportedOperationException("Method deleteTournament not implemented yet.");
}
}