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

Commit ce566b50 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am ee66531f: Merge "Track libcore API update."

* commit 'ee66531f':
  Track libcore API update.
parents a9510297 ee66531f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -42434,7 +42434,9 @@ package java.util.zip {
  public class GZIPOutputStream extends java.util.zip.DeflaterOutputStream {
    ctor public GZIPOutputStream(java.io.OutputStream) throws java.io.IOException;
    ctor public GZIPOutputStream(java.io.OutputStream, boolean) throws java.io.IOException;
    ctor public GZIPOutputStream(java.io.OutputStream, int) throws java.io.IOException;
    ctor public GZIPOutputStream(java.io.OutputStream, int, boolean) throws java.io.IOException;
    field protected java.util.zip.CRC32 crc;
  }