projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Process share with password
[pub/Android/ownCloud.git]
/
src
/
com
/
owncloud
/
android
/
operations
/
common
/
SyncOperation.java
diff --git
a/src/com/owncloud/android/operations/common/SyncOperation.java
b/src/com/owncloud/android/operations/common/SyncOperation.java
index
6394038
..
512be4e
100644
(file)
--- a/
src/com/owncloud/android/operations/common/SyncOperation.java
+++ b/
src/com/owncloud/android/operations/common/SyncOperation.java
@@
-1,5
+1,8
@@
-/* ownCloud Android client application
- * Copyright (C) 2012-2014 ownCloud Inc.
+/**
+ * ownCloud Android client application
+ *
+ * @author David A. Velasco
+ * 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,
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2,
@@
-23,7
+26,6
@@
import com.owncloud.android.lib.common.operations.OnRemoteOperationListener;
import com.owncloud.android.lib.common.operations.RemoteOperation;
import com.owncloud.android.lib.common.operations.RemoteOperationResult;
import com.owncloud.android.lib.common.operations.RemoteOperation;
import com.owncloud.android.lib.common.operations.RemoteOperationResult;
-import android.app.Activity;
import android.content.Context;
import android.os.Handler;
import android.content.Context;
import android.os.Handler;
@@
-33,8
+35,6
@@
import android.os.Handler;
* with local data in the device.
*
* Provides methods to execute the operation both synchronously or asynchronously.
* with local data in the device.
*
* Provides methods to execute the operation both synchronously or asynchronously.
- *
- * @author David A. Velasco
*/
public abstract class SyncOperation extends RemoteOperation {
*/
public abstract class SyncOperation extends RemoteOperation {