fixed Merging problem
This commit is contained in:
parent
b2c23e158d
commit
c323ab5759
|
@ -172,6 +172,7 @@ public class FileIO {
|
|||
logger.warning("Failed to delete requested File");
|
||||
throw new FileNotFoundException("File deletion unsuccessful");
|
||||
}
|
||||
}
|
||||
|
||||
public class TournamentFile extends File{
|
||||
|
||||
|
|
Loading…
Reference in New Issue