< prev index next >

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

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

*** 52,61 **** --- 52,62 ---- /** * Define the structure and ordering of "bands" in a packed file. * @author John Rose */ + @SuppressWarnings({"removal"}) abstract class BandStructure { static final int MAX_EFFORT = 9; static final int MIN_EFFORT = 1; static final int DEFAULT_EFFORT = 5;
< prev index next >