diff options
-rw-r--r-- | api/current.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/current.txt b/api/current.txt index 9f37db22cd0c..9a47a66fd73e 100644 --- a/api/current.txt +++ b/api/current.txt @@ -70721,7 +70721,7 @@ package java.util.zip { ctor public InflaterInputStream(java.io.InputStream); method protected void fill() throws java.io.IOException; field protected byte[] buf; - field protected boolean closed; + field protected deprecated boolean closed; field protected java.util.zip.Inflater inf; field protected int len; } |