Commit 465c091c by Tom Tromey Committed by Tom Tromey

* java/util/zip/Deflater.java (update, init): Now private.

From-SVN: r38420
parent 2130b7fb
2000-12-21 Tom Tromey <tromey@redhat.com>
* java/util/zip/Deflater.java (update, init): Now private.
2000-12-21 Bryce McKinlay <bryce@albatross.co.nz> 2000-12-21 Bryce McKinlay <bryce@albatross.co.nz>
* java/util/BasicMapEntry.java: Re-added. * java/util/BasicMapEntry.java: Re-added.
......
...@@ -57,8 +57,8 @@ public class Deflater ...@@ -57,8 +57,8 @@ public class Deflater
} }
public native int deflate (byte[] buf, int off, int len); public native int deflate (byte[] buf, int off, int len);
public native void init (int level, boolean noHeader); private native void init (int level, boolean noHeader);
public native void update (); private native void update ();
public Deflater () public Deflater ()
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment