< prev index next >

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

Print this page

        

*** 44,54 **** public FileURLMapper (URL url) { this.url = url; } /** ! * @returns the platform specific path corresponding to the URL, and in particular * returns a UNC when the authority contains a hostname */ public String getPath () { if (file != null) { --- 44,54 ---- public FileURLMapper (URL url) { this.url = url; } /** ! * @return the platform specific path corresponding to the URL, and in particular * returns a UNC when the authority contains a hostname */ public String getPath () { if (file != null) {
< prev index next >