Fixed compilation error
authorDavid A. Velasco <dvelasco@solidgear.es>
Wed, 10 Dec 2014 17:52:57 +0000 (18:52 +0100)
committerDavid A. Velasco <dvelasco@solidgear.es>
Wed, 10 Dec 2014 17:52:57 +0000 (18:52 +0100)
src/com/owncloud/android/operations/SynchronizeFolderOperation.java

index 201f2e5..8b5a681 100644 (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);