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

changeset 333
7c2d6da61646
parent 184
905e151a185a
child 424
86b773b7cb40
     1.1 --- a/src/share/classes/com/sun/tools/javac/file/ZipFileIndex.java	Mon Jul 27 15:20:03 2009 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/javac/file/ZipFileIndex.java	Mon Jul 27 19:52:42 2009 -0700
     1.3 @@ -67,6 +67,11 @@
     1.4   * If nonBatchMode option is specified (-XDnonBatchMode) the compiler will use timestamp
     1.5   * checking to reindex the zip files if it is needed. In batch mode the timestamps are not checked
     1.6   * and the compiler uses the cached indexes.
     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 ZipFileIndex {
    1.14      private static final String MIN_CHAR = String.valueOf(Character.MIN_VALUE);

mercurial