< prev index next >

src/java.desktop/windows/classes/sun/font/NativeFont.java

Print this page

        

@@ -39,11 +39,11 @@
 
 public class NativeFont extends PhysicalFont {
 
     /**
      * Verifies native font is accessible.
-     * @throws FontFormatException - if the font can't be located.
+     * @throws FontFormatException if the font can't be located.
      */
     public NativeFont(String platName, boolean isBitmapDelegate)
         throws FontFormatException {
 
         throw new FontFormatException("NativeFont not used on Windows");
< prev index next >