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
/
RemoveFileOperation.java
diff --git
a/src/com/owncloud/android/operations/RemoveFileOperation.java
b/src/com/owncloud/android/operations/RemoveFileOperation.java
index
6bd4e8a
..
8f7067d
100644
(file)
--- a/
src/com/owncloud/android/operations/RemoveFileOperation.java
+++ b/
src/com/owncloud/android/operations/RemoveFileOperation.java
@@
-1,5
+1,9
@@
-/* ownCloud Android client application
- * Copyright (C) 2012-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,
@@
-27,9
+31,6
@@
import com.owncloud.android.operations.common.SyncOperation;
/**
* Remote operation performing the removal of a remote file or folder in the ownCloud server.
/**
* Remote operation performing the removal of a remote file or folder in the ownCloud server.
- *
- * @author David A. Velasco
- * @author masensio
*/
public class RemoveFileOperation extends SyncOperation {
*/
public class RemoveFileOperation extends SyncOperation {