X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/3738df0e8cf9b6d6115ba521e97147e7bc07cca8..refs/heads/master:/src/com/owncloud/android/syncadapter/FileSyncService.java diff --git a/src/com/owncloud/android/syncadapter/FileSyncService.java b/src/com/owncloud/android/syncadapter/FileSyncService.java index 5da8c24c..e48f91fd 100644 --- a/src/com/owncloud/android/syncadapter/FileSyncService.java +++ b/src/com/owncloud/android/syncadapter/FileSyncService.java @@ -1,6 +1,10 @@ -/* ownCloud Android client application +/** + * ownCloud Android client application + * + * @author Bartek Przybylski + * @author David A. Velasco * Copyright (C) 2011 Bartek Przybylski - * Copyright (C) 2012-2013 ownCloud Inc. + * Copyright (C) 2015 ownCloud Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2, @@ -24,10 +28,7 @@ import android.os.IBinder; /** * Background service for synchronizing remote files with their local state. * - * Serves as a connector to an instance of {@link FileSyncAdapter}, as required by standard Android APIs. - * - * @author Bartek Przybylski - * @author David A. Velasco + * Serves as a connector to an instance of {@link FileSyncAdapter}, as required by standard Android APIs. */ public class FileSyncService extends Service {