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

* commit '9fc8e6fe8f6c89f5ebcda4b569cab10988e1fa3f':
  Make getAssetInt throw unconditionally.
This commit is contained in:
Narayan Kamath
2014-02-27 13:22:36 +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