mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Merge pull request #744 from veyndan/builder
Prevent instantiation of a class with a builder
This commit is contained in:
commit
63496e48d4
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ public class Sitelinks implements Parcelable {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
public Sitelinks(Sitelinks.Builder builder) {
|
private Sitelinks(Sitelinks.Builder builder) {
|
||||||
this.wikidataLink = builder.wikidataLink;
|
this.wikidataLink = builder.wikidataLink;
|
||||||
this.wikipediaLink = builder.wikipediaLink;
|
this.wikipediaLink = builder.wikipediaLink;
|
||||||
this.commonsLink = builder.commonsLink;
|
this.commonsLink = builder.commonsLink;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue