Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e8de8b7a authored by Chet Haase's avatar Chet Haase Committed by android-build-merger
Browse files

Merge "Remove hidden LocaleList default constructor" into nyc-dev am: ba2cc823

am: f33737d6

* commit 'f33737d6':
  Remove hidden LocaleList default constructor

Change-Id: Ice64b7f61186ee03e1f41c7e40c0225ad71679fb
parents caa92fd6 f33737d6
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -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}.
     *