1
0
mirror of https://github.com/Qortal/qortal.git synced 2025-07-26 11:41:24 +00:00

Removed unused throw

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

@@ -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) {