Loading src/com/owncloud/android/lib/resources/files/CopyRemoteFileOperation.java +0 −4 Original line number Diff line number Diff line Loading @@ -105,10 +105,6 @@ public class CopyRemoteFileOperation extends RemoteOperation { return new RemoteOperationResult(ResultCode.INVALID_COPY_INTO_DESCENDANT); } if (new ExistenceCheckRemoteOperation(mSrcRemotePath, true).run(getClient()).isSuccess()) { return new RemoteOperationResult(ResultCode.FILE_NOT_FOUND); } /// perform remote operation CopyMethod copyMethod = null; RemoteOperationResult result = null; Loading Loading
src/com/owncloud/android/lib/resources/files/CopyRemoteFileOperation.java +0 −4 Original line number Diff line number Diff line Loading @@ -105,10 +105,6 @@ public class CopyRemoteFileOperation extends RemoteOperation { return new RemoteOperationResult(ResultCode.INVALID_COPY_INTO_DESCENDANT); } if (new ExistenceCheckRemoteOperation(mSrcRemotePath, true).run(getClient()).isSuccess()) { return new RemoteOperationResult(ResultCode.FILE_NOT_FOUND); } /// perform remote operation CopyMethod copyMethod = null; RemoteOperationResult result = null; Loading