jdk/src/java.base/unix/classes/sun/misc/FileURLMapper.java
changeset 31061 fead7d86d75f
parent 25859 3317bb8137f4
equal deleted inserted replaced
31060:be4eb6360ee0 31061:fead7d86d75f
    48     public FileURLMapper (URL url) {
    48     public FileURLMapper (URL url) {
    49         this.url = url;
    49         this.url = url;
    50     }
    50     }
    51 
    51 
    52     /**
    52     /**
    53      * @returns the platform specific path corresponding to the URL
    53      * @return the platform specific path corresponding to the URL
    54      *  so long as the URL does not contain a hostname in the authority field.
    54      *  so long as the URL does not contain a hostname in the authority field.
    55      */
    55      */
    56 
    56 
    57     public String getPath () {
    57     public String getPath () {
    58         if (path != null) {
    58         if (path != null) {