mirror of
https://github.com/owncloud/android-library.git
synced 2026-08-20 21:02:53 +00:00
Added some neccesities for the copy operation
This commit is contained in:
committed by
David A. Velasco
parent
b53c8ccf9d
commit
8633efbb49
@@ -107,7 +107,6 @@ public class CopyRemoteFileOperation extends RemoteOperation {
|
|||||||
return new RemoteOperationResult(ResultCode.INVALID_COPY_INTO_DESCENDANT);
|
return new RemoteOperationResult(ResultCode.INVALID_COPY_INTO_DESCENDANT);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/// perform remote operation
|
/// perform remote operation
|
||||||
CopyMethod copyMethod = null;
|
CopyMethod copyMethod = null;
|
||||||
RemoteOperationResult result = null;
|
RemoteOperationResult result = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user