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

* commit 'f61add84c28be06c190d5594a41a7ef84b7666fe':
  Make getAssetInt throw unconditionally.
This commit is contained in:
Narayan Kamath
2014-02-27 13:19:15 +00:00
committed by Android Git Automerger

View File

@ -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