Merge "Remove hidden LocaleList default constructor" into nyc-dev

This commit is contained in:
Chet Haase
2016-05-25 00:57:40 +00:00
committed by Android (Google) Code Review

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