Fixed compilation error

This commit is contained in:
David A. Velasco 2014-12-10 18:52:57 +01:00
parent 11f6daf403
commit eab9d689c5

View file

@ -340,7 +340,7 @@ public class SynchronizeFolderOperation extends SyncOperation {
requestForDownloadFile(remoteFile);
} else {
// Run new SyncFolderOperation for download children files recursively from a folder
RemoteOperation synchFolderOp = new SyncFolderOperation( mContext,
SynchronizeFolderOperation synchFolderOp = new SynchronizeFolderOperation( mContext,
remoteFile.getRemotePath(),
mAccount,
mCurrentSyncTime);