1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-07 16:06:08 +00:00

Added some neccesities for the copy operation

This commit is contained in:
Jorge Antonio Diaz-Benito Soriano 2014-10-23 22:46:49 +02:00 committed by David A. Velasco
parent b53c8ccf9d
commit 8633efbb49

View File

@ -107,7 +107,6 @@ public class CopyRemoteFileOperation extends RemoteOperation {
return new RemoteOperationResult(ResultCode.INVALID_COPY_INTO_DESCENDANT);
}
/// perform remote operation
CopyMethod copyMethod = null;
RemoteOperationResult result = null;