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

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

am 2000fe58: Merge "Make getAssetInt throw unconditionally."

* commit '2000fe58':
  Make getAssetInt throw unconditionally.
parents 59ff85af 2000fe58
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -537,7 +537,7 @@ public final class AssetManager {
    
    public final class AssetInputStream extends InputStream {
        public final int getAssetInt() {
            return (int) mAsset;
            throw new UnsupportedOperationException();
        }
        /**
         * @hide