mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Add missing Javadocs to License, Media, and Utils classes (#1965)
* Add missing Javadocs to License, Media, and Utils classes
This commit is contained in:
parent
f521e8886d
commit
809c0c32d7
6 changed files with 43 additions and 2 deletions
|
|
@ -414,10 +414,17 @@ public class Media implements Parcelable {
|
|||
parcel.writeMap(descriptions);
|
||||
}
|
||||
|
||||
/**
|
||||
* Set requested deletion to true
|
||||
*/
|
||||
public void setRequestedDeletion(){
|
||||
requestedDeletion = true;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the value of requested deletion
|
||||
* @return boolean requestedDeletion
|
||||
*/
|
||||
public boolean getRequestedDeletion(){
|
||||
return requestedDeletion;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue