< prev index next >

src/java.base/share/classes/com/sun/java/util/jar/pack/PackerImpl.java

Print this page
rev 50498 : 8199871: Deprecate pack200 and unpack200 tools
Reviewed-by:

*** 53,63 **** * </pre></blockquote> * @author John Rose * @author Kumar Srinivasan */ ! public class PackerImpl extends TLGlobals implements Pack200.Packer { /** * Constructs a Packer object and sets the initial state of * the packer engines. --- 53,63 ---- * </pre></blockquote> * @author John Rose * @author Kumar Srinivasan */ ! @SuppressWarnings({"removal"}) public class PackerImpl extends TLGlobals implements Pack200.Packer { /** * Constructs a Packer object and sets the initial state of * the packer engines.
< prev index next >