X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/ffb5702b2d4160aaa9b5216f24b50a240b2a0130..185aae4bc345f453479f94e2a78da62e8c9930b0:/src/com/owncloud/android/operations/RenameFileOperation.java diff --git a/src/com/owncloud/android/operations/RenameFileOperation.java b/src/com/owncloud/android/operations/RenameFileOperation.java index 20ba041c..b251d383 100644 --- a/src/com/owncloud/android/operations/RenameFileOperation.java +++ b/src/com/owncloud/android/operations/RenameFileOperation.java @@ -56,7 +56,6 @@ public class RenameFileOperation extends SyncOperation { * @param remotePath RemotePath of the OCFile instance describing the remote file or folder to rename * @param account OwnCloud account containing the remote file * @param newName New name to set as the name of file. - * @param storageManager Reference to the local database corresponding to the account where the file is contained. */ public RenameFileOperation(String remotePath, Account account, String newName) { mRemotePath = remotePath;