< prev index next >

src/java.desktop/share/classes/sun/font/PhysicalFont.java

Print this page

        

@@ -50,11 +50,11 @@
     }
 
     /**
      * Opens the file (temporarily) and does basic verification.
      * Initializes the CMAP
-     * @throws FontFormatException - if the font can't be opened
+     * @throws FontFormatException if the font can't be opened
      * or fails verification,  or there's no usable cmap
      */
     PhysicalFont(String platname, Object nativeNames)
         throws FontFormatException {
 
< prev index next >