Merge branch 'FileIO' into TournamentList
# Conflicts: # app/src/main/java/ch/zhaw/projekt2/turnierverwaltung/FileIO.java
This commit is contained in:
@@ -132,4 +132,9 @@ public class FileIO {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public void deleteTournament(File tournamentFile) throws IOException {
|
||||
throw new UnsupportedOperationException("Method deleteTournament not implemented yet.");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user