mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
This reverts commit 3c9b7ba7a8.
This commit is contained in:
parent
3c9b7ba7a8
commit
c8a58bfc2e
9 changed files with 6 additions and 137 deletions
|
|
@ -47,7 +47,6 @@ public class Media implements Parcelable {
|
|||
protected String filename;
|
||||
protected String description; // monolingual description on input...
|
||||
protected String discussion;
|
||||
protected String caption;
|
||||
protected long dataLength;
|
||||
protected Date dateCreated;
|
||||
protected @Nullable Date dateUploaded;
|
||||
|
|
@ -241,22 +240,6 @@ public class Media implements Parcelable {
|
|||
return imageUrl;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the Caption of the file.
|
||||
* @param caption
|
||||
*/
|
||||
public void setCaption(String caption) {
|
||||
this.caption = caption;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the file Caption as a string.
|
||||
* @return file Caption as a string
|
||||
*/
|
||||
public String getCaption() {
|
||||
return caption;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the name of the file.
|
||||
* @return file name as a string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue