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

Commit a92e5a8a authored by Jesse Wilson's avatar Jesse Wilson
Browse files

Restore the 'final' bit on DataInputStream.read()

This was lost in a recent refactoring.

Change-Id: I31bc9cd5c4015135c4074d9b564edf5a9cc2ecd5
parent abecca9c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -27557,6 +27557,7 @@ package java.io {
  public class DataInputStream extends java.io.FilterInputStream implements java.io.DataInput {
    ctor public DataInputStream(java.io.InputStream);
    method public final int read(byte[]) throws java.io.IOException;
    method public final int read(byte[], int, int) throws java.io.IOException;
    method public final boolean readBoolean() throws java.io.IOException;
    method public final byte readByte() throws java.io.IOException;