fix: remove unused imports

This commit is contained in:
Manuel Jenny 2021-03-17 15:47:28 +01:00
parent 90c7c14471
commit 0bb01fec0e
No known key found for this signature in database
GPG Key ID: 1C80FE62B2BEAA18
2 changed files with 0 additions and 4 deletions

View File

@ -5,7 +5,6 @@ import android.content.Context;
import com.pcloud.sdk.ApiError;
import org.cryptomator.data.cloud.InterceptingCloudContentRepository;
import org.cryptomator.domain.CloudNode;
import org.cryptomator.domain.PCloudCloud;
import org.cryptomator.domain.exception.BackendException;
import org.cryptomator.domain.exception.CloudNodeAlreadyExistsException;

View File

@ -15,8 +15,6 @@ import com.pcloud.sdk.UploadOptions;
import com.pcloud.sdk.UserInfo;
import org.cryptomator.data.util.CopyStream;
import org.cryptomator.domain.CloudFile;
import org.cryptomator.domain.CloudNode;
import org.cryptomator.domain.PCloudCloud;
import org.cryptomator.domain.exception.BackendException;
import org.cryptomator.domain.exception.CloudNodeAlreadyExistsException;
@ -28,7 +26,6 @@ import org.cryptomator.domain.usecases.cloud.DownloadState;
import org.cryptomator.domain.usecases.cloud.Progress;
import org.cryptomator.domain.usecases.cloud.UploadState;
import org.cryptomator.util.Optional;
import org.cryptomator.util.crypto.CredentialCryptor;
import java.io.IOException;
import java.io.OutputStream;