langtools/src/share/classes/com/sun/tools/javac/file/RelativePath.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    33 /**
    33 /**
    34  * Used to represent a platform-neutral path within a platform-specific
    34  * Used to represent a platform-neutral path within a platform-specific
    35  * container, such as a directory or zip file.
    35  * container, such as a directory or zip file.
    36  * Internally, the file separator is always '/'.
    36  * Internally, the file separator is always '/'.
    37  *
    37  *
    38  * <p><b>This is NOT part of any API supported by Sun Microsystems.
    38  * <p><b>This is NOT part of any supported API.
    39  * If you write code that depends on this, you do so at your own risk.
    39  * If you write code that depends on this, you do so at your own risk.
    40  * This code and its internal interfaces are subject to change or
    40  * This code and its internal interfaces are subject to change or
    41  * deletion without notice.</b>
    41  * deletion without notice.</b>
    42  */
    42  */
    43 public abstract class RelativePath implements Comparable<RelativePath> {
    43 public abstract class RelativePath implements Comparable<RelativePath> {