projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Process share with password
[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
4df8b3d
..
b3c17f1
100644
(file)
--- a/
src/com/owncloud/android/operations/CreateFolderOperation.java
+++ b/
src/com/owncloud/android/operations/CreateFolderOperation.java
@@
-1,5
+1,9
@@
-/* ownCloud Android client application
- * Copyright (C) 2014 ownCloud Inc.
+/**
+ * ownCloud Android client application
+ *
+ * @author David A. Velasco
+ * @author masensio
+ * Copyright (C) 2015 ownCloud Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2,
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2,
@@
-31,9
+35,6
@@
import com.owncloud.android.utils.FileStorageUtils;
/**
* Access to remote operation performing the creation of a new folder in the ownCloud server.
* Save the new folder in Database
/**
* Access to remote operation performing the creation of a new folder in the ownCloud server.
* Save the new folder in Database
- *
- * @author David A. Velasco
- * @author masensio
*/
public class CreateFolderOperation extends SyncOperation implements OnRemoteOperationListener{
*/
public class CreateFolderOperation extends SyncOperation implements OnRemoteOperationListener{