fixed Merging problem

This commit is contained in:
schrom01 2022-05-01 22:50:07 +02:00
parent b2c23e158d
commit c323ab5759
1 changed files with 1 additions and 0 deletions

View File

@ -172,6 +172,7 @@ public class FileIO {
logger.warning("Failed to delete requested File"); logger.warning("Failed to delete requested File");
throw new FileNotFoundException("File deletion unsuccessful"); throw new FileNotFoundException("File deletion unsuccessful");
} }
}
public class TournamentFile extends File{ public class TournamentFile extends File{