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:
Chet Haase
2016-05-25 01:06:33 +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}.
*