X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/a349906e773b805901460a2a3e207d8ca8bce65a..3d3046dc264792475c72987afc25beae23da4dc6:/src/com/owncloud/android/notifications/NotificationBuilderWithProgressBar.java diff --git a/src/com/owncloud/android/notifications/NotificationBuilderWithProgressBar.java b/src/com/owncloud/android/notifications/NotificationBuilderWithProgressBar.java index 63ddf635..3aa30d0a 100644 --- a/src/com/owncloud/android/notifications/NotificationBuilderWithProgressBar.java +++ b/src/com/owncloud/android/notifications/NotificationBuilderWithProgressBar.java @@ -1,4 +1,6 @@ /* ownCloud Android client application + * + * @author David A. Velasco * Copyright (C) 2014 ownCloud Inc. * * This program is free software: you can redistribute it and/or modify @@ -31,8 +33,6 @@ import android.widget.RemoteViews; * a progress bar is available in every Android version, because * {@link NotificationCompat.Builder#setProgress(int, int, boolean)} has no * real effect for Android < 4.0 - * - * @author David A. Velasco */ public class NotificationBuilderWithProgressBar extends NotificationCompat.Builder {