mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
Added JavaDocs
Added JavaDocs to various files, namely License, Media, PageTitle, and Utils.
This commit is contained in:
parent
f1edbfbedd
commit
eeea0774b6
4 changed files with 120 additions and 0 deletions
|
|
@ -84,6 +84,12 @@ public class PageTitle {
|
|||
return titleKey;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the canonicalized title for displaying (such as "File:My example.jpg").
|
||||
* </p>
|
||||
* Essentially equivalent to getPrefixedText
|
||||
* @return canonical title as a String
|
||||
*/
|
||||
@Override
|
||||
public String toString() {
|
||||
return getPrefixedText();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue