mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +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
|
|
@ -50,6 +50,10 @@ public class License {
|
|||
return template;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the license name. If name is null, return license key.
|
||||
* @return license name as string. if name null, license key as String
|
||||
*/
|
||||
public String getName() {
|
||||
if (name == null) {
|
||||
// hack
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue