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:
Chet Haase
2016-05-25 01:02:41 +00:00
committed by android-build-merger

View File

@@ -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}.
*