forked from Qortal/qortal
Removed unused throw
This commit is contained in:
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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user