1920212223242526272829
} @Override public File call() throws Exception { bus.post(new DeleteFileStartedEvent(this)); if (!file.delete()) { throw new IOException("Failed to delete orphaned file: " + file.getAbsolutePath()); }