فهرست منبع

Remove commented out stuff

Signed-off-by: Mario Danic <mario@lovelyhq.com>
Mario Danic 7 سال پیش
والد
کامیت
38dc41ad3b
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/main/java/com/owncloud/android/operations/UploadFileOperation.java

+ 2 - 2
src/main/java/com/owncloud/android/operations/UploadFileOperation.java

@@ -371,11 +371,11 @@ public class UploadFileOperation extends SyncOperation {
         remoteParentPath = remoteParentPath.endsWith(OCFile.PATH_SEPARATOR) ?
                 remoteParentPath : remoteParentPath + OCFile.PATH_SEPARATOR;
 
-        /*RemoteOperationResult result = grantFolderExistence(remoteParentPath, client);
+        RemoteOperationResult result = grantFolderExistence(remoteParentPath, client);
 
         if (!result.isSuccess()) {
             return result;
-        }*/
+        }
 
         OCFile parent = getStorageManager().getFileByPath(remoteParentPath);
         mFile.setParentId(parent.getFileId());