projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
OC-1193:Add etag to DB
[pub/Android/ownCloud.git]
/
src
/
com
/
owncloud
/
android
/
operations
/
SynchronizeFolderOperation.java
diff --git
a/src/com/owncloud/android/operations/SynchronizeFolderOperation.java
b/src/com/owncloud/android/operations/SynchronizeFolderOperation.java
index
3c1a64f
..
b08b2be
100644
(file)
--- a/
src/com/owncloud/android/operations/SynchronizeFolderOperation.java
+++ b/
src/com/owncloud/android/operations/SynchronizeFolderOperation.java
@@
-64,6
+64,11
@@
public class SynchronizeFolderOperation extends RemoteOperation {
/** Id of the folder to synchronize in the local database */
private long mParentId;
/** Id of the folder to synchronize in the local database */
private long mParentId;
+ public long getParentId() {
+ return mParentId;
+ }
+
+
/** Access to the local database */
private DataStorageManager mStorageManager;
/** Access to the local database */
private DataStorageManager mStorageManager;