< prev index next >

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

Print this page

        

@@ -44,11 +44,11 @@
     public FileURLMapper (URL url) {
         this.url = url;
     }
 
     /**
-     * @returns the platform specific path corresponding to the URL, and in particular
+     * @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 >