jdk/src/solaris/classes/sun/awt/X11FontManager.java
changeset 7944 26b96bf47c49
parent 7932 f4ec6ef455c3
child 22584 eed64ee05369
--- a/jdk/src/solaris/classes/sun/awt/X11FontManager.java	Wed Jan 19 09:22:40 2011 -0800
+++ b/jdk/src/solaris/classes/sun/awt/X11FontManager.java	Wed Jan 19 17:02:52 2011 -0800
@@ -763,7 +763,7 @@
 
     public synchronized native String getFontPathNative(boolean noType1Fonts);
 
-    public synchronized String getFontPath(boolean noType1Fonts) {
+    protected synchronized String getFontPath(boolean noType1Fonts) {
         isHeadless(); // make sure GE is inited, as its the X11 lock.
         return getFontPathNative(noType1Fonts);
     }