Merge "Remove hidden LocaleList default constructor" into nyc-dev am: ba2cc82399
am: f33737d646
* commit 'f33737d6463baad82681bf253419ac4fe25b4bf9':
Remove hidden LocaleList default constructor
Change-Id: Ice64b7f61186ee03e1f41c7e40c0225ad71679fb
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