Removed unused throw

This commit is contained in:
CalDescent 2022-08-20 11:58:16 +01:00
parent ff96868bd9
commit 3612fd8257

View File

@ -209,7 +209,7 @@ public class ArbitraryDataReader {
* serve a cached version of the resource for subsequent requests. * serve a cached version of the resource for subsequent requests.
* @throws IOException * @throws IOException
*/ */
private void deleteWorkingDirectory() throws IOException { private void deleteWorkingDirectory() {
try { try {
FilesystemUtils.safeDeleteDirectory(this.workingPath, true); FilesystemUtils.safeDeleteDirectory(this.workingPath, true);
} catch (IOException e) { } catch (IOException e) {