Refactored renaming operation (inherits RemoteOperation, so generates RemoteOperation...
[pub/Android/ownCloud.git] / src / com / owncloud / android / operations / RemoveFileOperation.java
index aa57356..897ce7a 100644 (file)
@@ -60,7 +60,9 @@ public class RemoveFileOperation extends RemoteOperation {
     
     
     /**
-     * Performs the removal
+     * Performs the remove operation
+     * 
+     * @param   client      Client object to communicate with the remote ownCloud server.
      */
     @Override
     protected RemoteOperationResult run(WebdavClient client) {