Skip to content

Commit

Permalink
Issue #5684 - Fixing compilation error
Browse files Browse the repository at this point in the history
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
  • Loading branch information
joakime committed Aug 3, 2021
1 parent 0234f59 commit fe61cab
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -457,7 +457,7 @@ public void testSizeChange() throws Exception
}
}

private void delete(String string)
private void delete(String string) throws IOException
{
Path file = _directory.resolve(string);
Files.deleteIfExists(file);
Expand Down

0 comments on commit fe61cab

Please sign in to comment.