langtools/src/share/classes/com/sun/tools/javac/file/ZipArchive.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
child 22159 682da512ec17
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    49 import com.sun.tools.javac.util.List;
    49 import com.sun.tools.javac.util.List;
    50 import java.lang.ref.Reference;
    50 import java.lang.ref.Reference;
    51 import java.lang.ref.SoftReference;
    51 import java.lang.ref.SoftReference;
    52 
    52 
    53 /**
    53 /**
    54  * <p><b>This is NOT part of any API supported by Sun Microsystems.
    54  * <p><b>This is NOT part of any supported API.
    55  * If you write code that depends on this, you do so at your own risk.
    55  * If you write code that depends on this, you do so at your own risk.
    56  * This code and its internal interfaces are subject to change or
    56  * This code and its internal interfaces are subject to change or
    57  * deletion without notice.</b>
    57  * deletion without notice.</b>
    58  */
    58  */
    59 public class ZipArchive implements Archive {
    59 public class ZipArchive implements Archive {