< prev index next >

src/java.base/unix/classes/sun/misc/FileURLMapper.java

Print this page

        

*** 48,58 **** public FileURLMapper (URL url) { this.url = url; } /** ! * @returns the platform specific path corresponding to the URL * so long as the URL does not contain a hostname in the authority field. */ public String getPath () { if (path != null) { --- 48,58 ---- public FileURLMapper (URL url) { this.url = url; } /** ! * @return the platform specific path corresponding to the URL * so long as the URL does not contain a hostname in the authority field. */ public String getPath () { if (path != null) {
< prev index next >