langtools/src/share/classes/com/sun/tools/javac/file/RegularFileObject.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
child 10461 998e642f9811
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    42 import javax.tools.JavaFileObject;
    42 import javax.tools.JavaFileObject;
    43 
    43 
    44 /**
    44 /**
    45  * A subclass of JavaFileObject representing regular files.
    45  * A subclass of JavaFileObject representing regular files.
    46  *
    46  *
    47  * <p><b>This is NOT part of any API supported by Sun Microsystems.
    47  * <p><b>This is NOT part of any supported API.
    48  * If you write code that depends on this, you do so at your own risk.
    48  * If you write code that depends on this, you do so at your own risk.
    49  * This code and its internal interfaces are subject to change or
    49  * This code and its internal interfaces are subject to change or
    50  * deletion without notice.</b>
    50  * deletion without notice.</b>
    51  */
    51  */
    52 class RegularFileObject extends BaseFileObject {
    52 class RegularFileObject extends BaseFileObject {