X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/a349906e773b805901460a2a3e207d8ca8bce65a..3d3046dc264792475c72987afc25beae23da4dc6:/src/com/owncloud/android/ui/preview/FileDownloadFragment.java diff --git a/src/com/owncloud/android/ui/preview/FileDownloadFragment.java b/src/com/owncloud/android/ui/preview/FileDownloadFragment.java index 7af29c64..741af745 100644 --- a/src/com/owncloud/android/ui/preview/FileDownloadFragment.java +++ b/src/com/owncloud/android/ui/preview/FileDownloadFragment.java @@ -1,5 +1,6 @@ /* ownCloud Android client application - * + * + * @author David A. Velasco * Copyright (C) 2012-2013 ownCloud Inc. * * This program is free software: you can redistribute it and/or modify @@ -42,8 +43,6 @@ import com.owncloud.android.lib.common.utils.Log_OC; /** * This Fragment is used to monitor the progress of a file downloading. - * - * @author David A. Velasco */ public class FileDownloadFragment extends FileFragment implements OnClickListener { @@ -308,9 +307,7 @@ public class FileDownloadFragment extends FileFragment implements OnClickListene /** - * Helper class responsible for updating the progress bar shown for file uploading or downloading - * - * @author David A. Velasco + * Helper class responsible for updating the progress bar shown for file uploading or downloading */ private class ProgressListener implements OnDatatransferProgressListener { int mLastPercent = 0;