src/share/classes/com/sun/tools/javac/file/ZipFileIndexArchive.java

changeset 333
7c2d6da61646
parent 103
e571266ae14f
child 400
35e29f51a7c3
     1.1 --- a/src/share/classes/com/sun/tools/javac/file/ZipFileIndexArchive.java	Mon Jul 27 15:20:03 2009 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/javac/file/ZipFileIndexArchive.java	Mon Jul 27 19:52:42 2009 -0700
     1.3 @@ -44,6 +44,12 @@
     1.4  import com.sun.tools.javac.file.RelativePath.RelativeFile;
     1.5  import com.sun.tools.javac.util.List;
     1.6  
     1.7 +/**
     1.8 + * <p><b>This is NOT part of any API supported by Sun Microsystems.
     1.9 + * If you write code that depends on this, you do so at your own risk.
    1.10 + * This code and its internal interfaces are subject to change or
    1.11 + * deletion without notice.</b>
    1.12 + */
    1.13  public class ZipFileIndexArchive implements Archive {
    1.14  
    1.15      private final ZipFileIndex zfIndex;

mercurial