langtools/src/share/classes/com/sun/tools/javac/file/FSInfo.java
changeset 5847 1908176fd6e3
parent 3380 a6c2bcab0fec
child 22159 682da512ec17
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    15 
    15 
    16 /**
    16 /**
    17  * Get meta-info about files. Default direct (non-caching) implementation.
    17  * Get meta-info about files. Default direct (non-caching) implementation.
    18  * @see CacheFSInfo
    18  * @see CacheFSInfo
    19  *
    19  *
    20  * <p><b>This is NOT part of any API supported by Sun Microsystems.
    20  * <p><b>This is NOT part of any supported API.
    21  * If you write code that depends on this, you do so at your own risk.
    21  * If you write code that depends on this, you do so at your own risk.
    22  * This code and its internal interfaces are subject to change or
    22  * This code and its internal interfaces are subject to change or
    23  * deletion without notice.</b>
    23  * deletion without notice.</b>
    24  */
    24  */
    25 public class FSInfo {
    25 public class FSInfo {