langtools/src/share/classes/com/sun/tools/javac/file/ZipFileIndex.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
child 8223 638daa596494
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    67  *
    67  *
    68  * If nonBatchMode option is specified (-XDnonBatchMode) the compiler will use timestamp
    68  * If nonBatchMode option is specified (-XDnonBatchMode) the compiler will use timestamp
    69  * checking to reindex the zip files if it is needed. In batch mode the timestamps are not checked
    69  * checking to reindex the zip files if it is needed. In batch mode the timestamps are not checked
    70  * and the compiler uses the cached indexes.
    70  * and the compiler uses the cached indexes.
    71  *
    71  *
    72  * <p><b>This is NOT part of any API supported by Sun Microsystems.
    72  * <p><b>This is NOT part of any supported API.
    73  * If you write code that depends on this, you do so at your own risk.
    73  * If you write code that depends on this, you do so at your own risk.
    74  * This code and its internal interfaces are subject to change or
    74  * This code and its internal interfaces are subject to change or
    75  * deletion without notice.</b>
    75  * deletion without notice.</b>
    76  */
    76  */
    77 public class ZipFileIndex {
    77 public class ZipFileIndex {