6980204: closed/java/awt/font/LogicalFonts/MappingTest.java fails

Reviewed-by: jgodinez
This commit is contained in:
Phil Race 2011-01-20 10:45:39 -08:00
parent e02ca6c7fd
commit 33dfd5c1e8

View File

@ -165,7 +165,7 @@ public abstract class SunGraphicsEnvironment extends GraphicsEnvironment
return new SunGraphics2D(sd, Color.white, Color.black, defaultFont);
}
private static FontManagerForSGE getFontManagerForSGE() {
public static FontManagerForSGE getFontManagerForSGE() {
FontManager fm = FontManagerFactory.getInstance();
return (FontManagerForSGE) fm;
}