Skip to content

Commit ea2f89e

Browse files
Code Duplication remove
1 parent a865c5c commit ea2f89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/main/java/com/owncloud/android/lib/resources/files/DownloadFileRemoteOperation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ protected RemoteOperationResult run(OwnCloudClient client) {
9292
}
9393

9494

95-
private int downloadFile(@NonNull OwnCloudClient client, File targetFile) throws IOException, OperationCancelledException, CreateLocalFileException {
95+
private int downloadFile(OwnCloudClient client, File targetFile) throws IOException, OperationCancelledException, CreateLocalFileException {
9696
int status;
9797
boolean savedFile = false;
9898
getMethod = new GetMethod(client.getFilesDavUri(remotePath));

0 commit comments

Comments
 (0)