projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Reviewed integration with sychronization framework to fix problems in Android 4.4
[pub/Android/ownCloud.git]
/
src
/
com
/
owncloud
/
android
/
operations
/
CreateFolderOperation.java
diff --git
a/src/com/owncloud/android/operations/CreateFolderOperation.java
b/src/com/owncloud/android/operations/CreateFolderOperation.java
index
b3456ee
..
f28ad29
100644
(file)
--- a/
src/com/owncloud/android/operations/CreateFolderOperation.java
+++ b/
src/com/owncloud/android/operations/CreateFolderOperation.java
@@
-23,7
+23,7
@@
import org.apache.commons.httpclient.HttpStatus;
import org.apache.jackrabbit.webdav.client.methods.MkColMethod;
import com.owncloud.android.Log_OC;
import org.apache.jackrabbit.webdav.client.methods.MkColMethod;
import com.owncloud.android.Log_OC;
-import com.owncloud.android.datamodel.DataStorageManager;
+import com.owncloud.android.datamodel.
File
DataStorageManager;
import com.owncloud.android.datamodel.OCFile;
import com.owncloud.android.datamodel.OCFile;
@@
-44,7
+44,7
@@
public class CreateFolderOperation extends RemoteOperation {
protected String mRemotePath;
protected boolean mCreateFullPath;
protected String mRemotePath;
protected boolean mCreateFullPath;
- protected DataStorageManager mStorageManager;
+ protected
File
DataStorageManager mStorageManager;
/**
* Constructor
/**
* Constructor
@@
-53,7
+53,7
@@
public class CreateFolderOperation extends RemoteOperation {
* @param createFullPath 'True' means that all the ancestor folders should be created if don't exist yet.
* @param storageManager Reference to the local database corresponding to the account where the file is contained.
*/
* @param createFullPath 'True' means that all the ancestor folders should be created if don't exist yet.
* @param storageManager Reference to the local database corresponding to the account where the file is contained.
*/
- public CreateFolderOperation(String remotePath, boolean createFullPath, DataStorageManager storageManager) {
+ public CreateFolderOperation(String remotePath, boolean createFullPath,
File
DataStorageManager storageManager) {
mRemotePath = remotePath;
mCreateFullPath = createFullPath;
mStorageManager = storageManager;
mRemotePath = remotePath;
mCreateFullPath = createFullPath;
mStorageManager = storageManager;