X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/fbc3d970c565e16898eb019d7aef716521a40f10..3d3046dc264792475c72987afc25beae23da4dc6:/src/com/owncloud/android/services/observer/FileObserverService.java diff --git a/src/com/owncloud/android/services/observer/FileObserverService.java b/src/com/owncloud/android/services/observer/FileObserverService.java index 114f0e42..ed6af6f2 100644 --- a/src/com/owncloud/android/services/observer/FileObserverService.java +++ b/src/com/owncloud/android/services/observer/FileObserverService.java @@ -1,4 +1,6 @@ /* ownCloud Android client application + * + * @author David A. Velasco * Copyright (C) 2012 Bartek Przybylski * Copyright (C) 2012-2014 ownCloud Inc. * @@ -54,8 +56,6 @@ import com.owncloud.android.utils.FileStorageUtils; * memory. To minimize the impact of this, the service always returns * Service.START_STICKY, and the later restart of the service is explicitly * considered in {@link FileObserverService#onStartCommand(Intent, int, int)}. - * - * @author David A. Velasco */ public class FileObserverService extends Service {