Browse Source

Removed unused throw

pirate-chain
CalDescent 2 years ago
parent
commit
3612fd8257
  1. 2
      src/main/java/org/qortal/arbitrary/ArbitraryDataReader.java

2
src/main/java/org/qortal/arbitrary/ArbitraryDataReader.java

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

Loading…
Cancel
Save