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

Commit a393735a authored by Narayan Kamath's avatar Narayan Kamath Committed by Android Git Automerger
Browse files

am 2589067d: am 9fc8e6fe: am f61add84: am 2000fe58: Merge "Make getAssetInt throw unconditionally."

* commit '2589067d':
  Make getAssetInt throw unconditionally.
parents 58980048 2589067d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -539,7 +539,7 @@ public final class AssetManager {
         * @hide
         */
        public final int getAssetInt() {
            return (int) mAsset;
            throw new UnsupportedOperationException();
        }
        /**
         * @hide