X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/a349906e773b805901460a2a3e207d8ca8bce65a..3d3046dc264792475c72987afc25beae23da4dc6:/src/com/owncloud/android/operations/RefreshFolderOperation.java diff --git a/src/com/owncloud/android/operations/RefreshFolderOperation.java b/src/com/owncloud/android/operations/RefreshFolderOperation.java index 53717893..a690a939 100644 --- a/src/com/owncloud/android/operations/RefreshFolderOperation.java +++ b/src/com/owncloud/android/operations/RefreshFolderOperation.java @@ -1,4 +1,5 @@ /* ownCloud Android client application + * @author David A. Velasco * Copyright (C) 2012-2014 ownCloud Inc. * * This program is free software: you can redistribute it and/or modify @@ -64,8 +65,6 @@ import com.owncloud.android.utils.FileStorageUtils; * properties, and updates the local database with them. * * Does NOT enter in the child folders to synchronize their contents also. - * - * @author David A. Velasco */ public class RefreshFolderOperation extends RemoteOperation {