added Method deleteTournament but not implemented yet in FileIO.java

added Test Methods for deleteTournament.
This commit is contained in:
schrom01
2022-05-01 10:49:29 +02:00
parent 4909bd0d7c
commit e8e64d435c
2 changed files with 40 additions and 1 deletions
@@ -110,4 +110,9 @@ public class FileIO {
}
}
public void deleteTournament(File tournamentFile) throws IOException {
throw new UnsupportedOperationException("Method deleteTournament not implemented yet.");
}
}