projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Changed var to parcelable in FolderPickerActivity
[pub/Android/ownCloud.git]
/
src
/
com
/
owncloud
/
android
/
datamodel
/
OCFile.java
diff --git
a/src/com/owncloud/android/datamodel/OCFile.java
b/src/com/owncloud/android/datamodel/OCFile.java
index
70296d5
..
392d03b
100644
(file)
--- a/
src/com/owncloud/android/datamodel/OCFile.java
+++ b/
src/com/owncloud/android/datamodel/OCFile.java
@@
-157,15
+157,6
@@
public class OCFile implements Parcelable, Comparable<OCFile> {
}
/**
}
/**
- * Can be used to set the path where the file will be stored
- *
- * @param remote_path to set
- */
- public void setRemotePath(String remote_path) {
- mRemotePath = remote_path;
- }
-
- /**
* Can be used to check, whether or not this file exists in the database
* already
*
* Can be used to check, whether or not this file exists in the database
* already
*