Merge "Remove hidden LocaleList default constructor" into nyc-dev
am: ba2cc82399
* commit 'ba2cc82399b89d92f766bbee3b2504a5cdf56215':
Remove hidden LocaleList default constructor
Change-Id: Ia9416e9e318104dc0a29ce8b092036cf4d2b53a8
This commit is contained in:
@@ -147,17 +147,6 @@ public final class LocaleList implements Parcelable {
|
||||
return mStringRepresentation;
|
||||
}
|
||||
|
||||
/**
|
||||
* It is almost always better to call {@link #getEmptyLocaleList()} instead which returns
|
||||
* a pre-constructed empty locale list.
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
public LocaleList() {
|
||||
mList = sEmptyList;
|
||||
mStringRepresentation = "";
|
||||
}
|
||||
|
||||
/**
|
||||
* Creates a new {@link LocaleList}.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user